Accessibility
- Accessibility for UIKit
- Accessibility for AppKit
- Customized Accessibility Content
App Clips
AppKit
- App and Environment
- Documents, Data, and Pasteboard
- Cocoa Bindings
- Resource Management
- App Extensions
-
Views and Controls
- NSView
- NSControl
- NSCell
- NSActionCell
- Grid View
- NSSplitView
- NSStackView
- NSTabView
- Scroll View
- Browser View
-
Collection View
- NSCollectionView
- NSCollectionViewDiffableDataSource
- NSDiffableDataSourceSnapshot
- NSCollectionViewItem
- NSCollectionViewFlowLayout
- NSCollectionViewGridLayout
- NSCollectionViewTransitionLayout
- NSCollectionViewLayoutAttributes
- NSCollectionViewLayout
- NSCollectionViewCompositionalLayout
- NSCollectionViewCompositionalLayoutConfiguration
- NSCollectionViewUpdateItem
- NSCollectionViewLayoutInvalidationContext
- NSCollectionViewFlowLayoutInvalidationContext
- Outline View
-
Table View
- NSTableView
- NSTableCellView
-
NSTableViewDiffableDataSource
- init()
- init(tableView:cellProvider:)
- NSTableViewDiffableDataSource.CellProvider
- rowViewProvider
- sectionHeaderViewProvider
- NSTableViewDiffableDataSource.RowProvider
- NSTableViewDiffableDataSource.SectionHeaderViewProvider
- itemIdentifier(forRow:)
- row(forItemIdentifier:)
- sectionIdentifier(forRow:)
- row(forSectionIdentifier:)
- snapshot()
- apply(_:animatingDifferences:completion:)
- defaultRowAnimation
- numberOfRows(in:)
- NSTableViewDiffableDataSourceReference
- NSTableHeaderView
- NSTableHeaderCell
- NSTableRowView
- NSTableColumn
- NSTableViewRowAction
- NSTextView
- NSOpenGLView
- NSButton
- NSColorWell
- Date Picker
- NSImageView
- NSLevelIndicator
- Path Control
- NSPopUpButton
- NSProgressIndicator
- NSRuleEditor
- NSPredicateEditor
- Search Field
- NSSegmentedControl
- Slider
- NSStepper
- Text Field
- Token Field
- Toolbar
- Combo Box
- NSMatrix
- NSSwitch
- NSVisualEffectView
- NSBox
- View Management
- View Layout
- Appearance Customization
- Animation
- Windows, Panels, and Screens
- Sound, Speech, and Haptics
- Mouse, Keyboard, and Trackpad
- Menus, Cursors, and the Dock
- Gestures
-
Touch Bar
- NSTouchBar
- NSTouchBarItem
- NSCandidateListTouchBarItem
- NSColorPickerTouchBarItem
- NSCustomTouchBarItem
- NSGroupTouchBarItem
- NSPopoverTouchBarItem
- NSSharingServicePickerTouchBarItem
- NSSliderTouchBarItem
- NSUserInterfaceCompressionOptions
- NSButtonTouchBarItem
- NSPickerTouchBarItem
- NSStepperTouchBarItem
- NSScrubber
- NSScrubberItemView
- NSScrubberArrangedView
- NSScrubberImageItemView
- NSScrubberSelectionStyle
- NSScrubberSelectionView
- NSScrubberTextItemView
- NSScrubberFlowLayout
- NSScrubberProportionalLayout
- NSScrubberLayoutAttributes
- NSScrubberLayout
- Drag and Drop
- Accessibility for AppKit
- Images and PDF
- Drawing
- Color
- Printing
- Text Display
-
TextKit
- NSTextStorage
- NSLayoutManager
- NSTextContainer
- NSATSTypesetter
- NSTypesetter
- NSTextBlock
- NSParagraphStyle
- NSMutableParagraphStyle
- NSTextTable
- NSTextTableBlock
- NSTextTab
- NSTextList
- NSTextAttachment
- NSTextAttachmentCell
- NSGlyphGenerator
- NSGlyphInfo
- NSConvertGlyphsToPackedGlyphs(_:_:_:_:)
- NSTextInputContext
- NSTextAlternatives
- Fonts
- Deprecated Symbols
Bundle Resources
-
Entitlements
- AutoFill Credential Provider Entitlement
- com.apple.developer.carplay-audio
- com.apple.developer.carplay-charging
- com.apple.developer.carplay-communication
- com.apple.developer.carplay-maps
- com.apple.developer.carplay-parking
- com.apple.developer.carplay-quick-ordering
- com.apple.developer.carplay-messaging
- com.apple.developer.playable-content
- com.apple.developer.usernotifications.filtering
- com.apple.security.smartcard
- System Extensions
- com.apple.developer.video-subscriber-single-sign-on
- com.apple.smoot.subscriptionservice
- Near Field Communication Tag Reader Session Formats Entitlement
-
Information Property List
- App Execution
- Protected Resources
- Data and Storage
- App Services
- Kernel and Drivers
Foundation
-
Numbers, Data, and Basic Values
-
Int
- init(_:)
- init(exactly:)
- init(clamping:)
- init(truncatingIfNeeded:)
- init(bitPattern:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(_:)
- init(_:radix:)
- random(in:)
- random(in:using:)
- random(in:)
- random(in:using:)
-
Integer Operators
- +(_:_:)
- -(_:_:)
- *(_:_:)
- /(_:_:)
- %(_:_:)
- +=(_:_:)
- *=(_:_:)
- /=(_:_:)
- %=(_:_:)
- &+(_:_:)
- &-(_:_:)
- &*(_:_:)
- &+=(_:_:)
- &-=(_:_:)
- &*=(_:_:)
- &(_:_:)
- &=(_:_:)
- |(_:_:)
- |=(_:_:)
- ^(_:_:)
- ^=(_:_:)
- ~(_:)
- <<(_:_:)
- <<(_:_:)
- <<=(_:_:)
- >>(_:_:)
- >>(_:_:)
- >>=(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<=(_:_:)
- &<<=(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>=(_:_:)
- &>>=(_:_:)
- -(_:)
- +(_:)
- ==(_:_:)
- ==(_:_:)
- !=(_:_:)
- !=(_:_:)
- <(_:_:)
- <(_:_:)
- <=(_:_:)
- <=(_:_:)
- >(_:_:)
- >(_:_:)
- >=(_:_:)
- >=(_:_:)
- ..<(_:_:)
- ...(_:_:)
- ...(_:)
- ..<(_:)
- ...(_:)
- -=(_:_:)
- negate()
- quotientAndRemainder(dividingBy:)
- isMultiple(of:)
- addingReportingOverflow(_:)
- subtractingReportingOverflow(_:)
- multipliedReportingOverflow(by:)
- dividedReportingOverflow(by:)
- remainderReportingOverflow(dividingBy:)
- multipliedFullWidth(by:)
- dividingFullWidth(_:)
- magnitude
- Int.Magnitude
- abs(_:)
- signum()
- zero
- min
- max
- isSigned
- byteSwapped
- littleEndian
- bigEndian
- init(littleEndian:)
- init(bigEndian:)
- bitWidth
- bitWidth
- nonzeroBitCount
- leadingZeroBitCount
- trailingZeroBitCount
- words
-
Int.Words
- Int.Words.Indices
- Int.Words.SubSequence
- init(_:)
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- init(bitPattern:)
- init(bitPattern:)
- init(bitPattern:)
- encode(to:)
- init(from:)
- description
- hash(into:)
- customMirror
- init()
- init(integerLiteral:)
- Int.IntegerLiteralType
- distance(to:)
- advanced(by:)
- customPlaygroundQuickLook
- Int.SIMDMaskScalar
- Int.SIMD2Storage
- Int.SIMD4Storage
- Int.SIMD8Storage
- Int.SIMD16Storage
- Int.SIMD32Storage
- Int.SIMD64Storage
-
Double
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(sign:exponent:significand:)
- init(_:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- random(in:)
- random(in:using:)
- random(in:)
- random(in:using:)
- Floating-Point Operators for Double
- addingProduct(_:_:)
- addProduct(_:_:)
- squareRoot()
- formSquareRoot()
- remainder(dividingBy:)
- formRemainder(dividingBy:)
- truncatingRemainder(dividingBy:)
- formTruncatingRemainder(dividingBy:)
- negate()
- rounded()
- rounded(_:)
- round()
- round(_:)
- Floating-Point Operators for Double
- isEqual(to:)
- isLess(than:)
- isLessThanOrEqualTo(_:)
- isTotallyOrdered(belowOrEqualTo:)
- minimum(_:_:)
- minimumMagnitude(_:_:)
- maximum(_:_:)
- maximumMagnitude(_:_:)
- magnitude
- sign
- Double.Magnitude
- ulp
- significand
- exponent
- nextUp
- nextDown
- binade
- pi
- infinity
- greatestFiniteMagnitude
- nan
- signalingNaN
- ulpOfOne
- leastNonzeroMagnitude
- leastNormalMagnitude
- zero
- bitPattern
- significandBitPattern
- significandWidth
- exponentBitPattern
- significandBitCount
- exponentBitCount
- radix
- init(bitPattern:)
- init(sign:exponentBitPattern:significandBitPattern:)
- init(nan:signaling:)
- Double.Exponent
- Double.RawSignificand
- isZero
- isFinite
- isInfinite
- isNaN
- isSignalingNaN
- isNormal
- isSubnormal
- isCanonical
- floatingPointClass
- encode(to:)
- init(from:)
- ..<(_:_:)
- ...(_:_:)
- description
- debugDescription
- customMirror
- hash(into:)
- init()
- init(floatLiteral:)
- init(integerLiteral:)
- init(integerLiteral:)
- advanced(by:)
- distance(to:)
- write(to:)
- Double.SIMDMaskScalar
- Double.SIMD2Storage
- Double.SIMD4Storage
- Double.SIMD8Storage
- Double.SIMD16Storage
- Double.SIMD32Storage
- Double.SIMD64Storage
- customPlaygroundQuickLook
- Decimal
- NumberFormatter
-
Data
- init(_:)
- elementsEqual(_:)
- starts(with:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- NSData
- NSMutableData
- append(contentsOf:)
- difference(from:)
- difference(from:by:)
- firstRange(of:in:)
- insert(contentsOf:at:)
- lastRange(of:in:)
- removeSubrange(_:)
- replaceSubrange(_:with:)
- resetBytes(in:)
- shuffle(using:)
- subscript(_:)
- subscript(_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- URL
- URLComponents
- URLQueryItem
- UUID
- CGFloat
- AffineTransform
-
Int
-
Strings and Text
-
String
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(repeating:count:)
- init(repeating:count:)
- isEmpty
- count
- init(_:)
- init(validatingUTF8:)
- init(decoding:as:)
- init(_:radix:uppercase:)
- init(cString:)
- init(cString:)
- init(decodingCString:as:)
- decodeCString(_:as:repairingInvalidCodeUnits:)
- init(_:)
- init(describing:)
- init(describing:)
- init(describing:)
- init(describing:)
- init(reflecting:)
- write(_:)
- write(to:)
- append(_:)
- append(_:)
- append(contentsOf:)
- append(contentsOf:)
- append(contentsOf:)
- append(contentsOf:)
- reserveCapacity(_:)
- +(_:_:)
- +=(_:_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- insert(_:at:)
- insert(contentsOf:at:)
- insert(contentsOf:at:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- remove(at:)
- removeAll(keepingCapacity:)
- removeAll(where:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- removeSubrange(_:)
- removeSubrange(_:)
- filter(_:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- popLast()
- lowercased()
- uppercased()
- ==(_:_:)
- ==(_:_:)
- !=(_:_:)
- !=(_:_:)
- <(_:_:)
- <(_:_:)
- <=(_:_:)
- <=(_:_:)
- >(_:_:)
- >(_:_:)
- >=(_:_:)
- >=(_:_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- starts(with:)
- starts(with:by:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- difference(from:)
- difference(from:by:)
- hasPrefix(_:)
- hasSuffix(_:)
- contains(_:)
- allSatisfy(_:)
- contains(where:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- max()
- max(_:_:)
- max(by:)
- min()
- min(_:_:)
- min(by:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- suffix(_:)
- suffix(from:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- subscript(_:)
- first
- last
- randomElement()
- randomElement(using:)
- unicodeScalars
- init(_:)
- init(_:)
- utf16
- init(_:)
- init(_:)
- utf8
- init(_:)
- init(_:)
- map(_:)
- compactMap(_:)
- flatMap(_:)
- flatMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- lazy
- forEach(_:)
- enumerated()
- makeIterator()
- underestimatedCount
- sorted()
- sorted(by:)
- reversed()
- shuffled()
- shuffled(using:)
- utf8CString
- withCString(_:)
- withCString(encodedAs:_:)
- startIndex
- endIndex
- index(after:)
- formIndex(after:)
- index(before:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- distance(from:to:)
- indices
- ..<(_:_:)
- ...(_:_:)
- ..<(_:)
- ...(_:)
- ...(_:)
- encode(to:)
- init(from:)
- description
- debugDescription
- customMirror
- hash(into:)
- index(of:)
- init(stringInterpolation:)
- init(stringLiteral:)
- init(unicodeScalarLiteral:)
- init(extendedGraphemeClusterLiteral:)
- customPlaygroundQuickLook
- withContiguousStorageIfAvailable(_:)
-
NSString
- init(cString:encoding:)
- init(utf8String:)
- cString(using:)
- getCString(_:maxLength:encoding:)
- utf8String
- enumerateLinguisticTags(in:scheme:options:orthography:using:)
- linguisticTags(in:scheme:options:orthography:tokenRanges:)
- fileSystemRepresentation
- getFileSystemRepresentation(_:maxLength:)
- string(withCString:)
- init(cString:)
- string(withCString:length:)
- init(cString:length:)
- init(cStringNoCopy:length:freeWhenDone:)
- cString()
- lossyCString()
- getCString(_:)
- getCString(_:maxLength:)
- getCString(_:maxLength:range:remaining:)
- NSMutableString
-
Substring
- Substring.Index
- Substring.SubSequence
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(cString:)
- init(decoding:as:)
- init(decodingCString:as:)
- init(extendedGraphemeClusterLiteral:)
- init(repeating:count:)
- init(stringInterpolation:)
- init(stringLiteral:)
- init(unicodeScalarLiteral:)
- count
- customMirror
- customPlaygroundQuickLook
- debugDescription
- description
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- unicodeScalars
- utf16
- utf8
- allSatisfy(_:)
- append(_:)
- append(contentsOf:)
- append(contentsOf:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- hasPrefix(_:)
- hasSuffix(_:)
- hash(into:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- insert(_:at:)
- insert(contentsOf:at:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- lowercased()
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- popFirst()
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- remove(at:)
- removeAll(keepingCapacity:)
- removeAll(where:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- removeSubrange(_:)
- removeSubrange(_:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- reserveCapacity(_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- uppercased()
- withCString(_:)
- withCString(encodedAs:_:)
- withContiguousStorageIfAvailable(_:)
- write(_:)
- write(to:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- !=(_:_:)
- !=(_:_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- <(_:_:)
- <=(_:_:)
- <=(_:_:)
- ==(_:_:)
- >(_:_:)
- >(_:_:)
- >=(_:_:)
- >=(_:_:)
-
Substring.UTF16View
- Substring.UTF16View.Element
- Substring.UTF16View.Index
- Substring.UTF16View.Indices
- Substring.UTF16View.SubSequence
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- popFirst()
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
Substring.UTF8View
- Substring.UTF8View.Element
- Substring.UTF8View.Index
- Substring.UTF8View.Indices
- Substring.UTF8View.SubSequence
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- popFirst()
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
Substring.UnicodeScalarView
- Substring.UnicodeScalarView.Element
- Substring.UnicodeScalarView.Index
- Substring.UnicodeScalarView.Indices
- Substring.UnicodeScalarView.SubSequence
- init()
- init(_:)
- init(repeating:count:)
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- append(_:)
- append(contentsOf:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- insert(_:at:)
- insert(contentsOf:at:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- popFirst()
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- remove(at:)
- removeAll(keepingCapacity:)
- removeAll(where:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- removeSubrange(_:)
- removeSubrange(_:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- reserveCapacity(_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- StringProtocol
-
String.Index
- init(_:within:)
- init(_:within:)
- init(_:within:)
- init(_:within:)
- init(encodedOffset:)
- init(utf16Offset:in:)
- encodedOffset
- hash(into:)
- samePosition(in:)
- samePosition(in:)
- samePosition(in:)
- samePosition(in:)
- utf16Offset(in:)
- !=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- <(_:_:)
- <=(_:_:)
- ==(_:_:)
- >(_:_:)
- >=(_:_:)
-
String.UnicodeScalarView
- String.UnicodeScalarView.Index
- String.UnicodeScalarView.SubSequence
- init()
- init(_:)
- init(repeating:count:)
- count
- customMirror
- customPlaygroundQuickLook
- debugDescription
- description
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- append(_:)
- append(contentsOf:)
- append(contentsOf:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- insert(_:at:)
- insert(contentsOf:at:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- remove(at:)
- removeAll(keepingCapacity:)
- removeAll(where:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- removeSubrange(_:)
- removeSubrange(_:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- reserveCapacity(_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- String.UnicodeScalarView.Iterator
-
String.UTF16View
- String.UTF16View.Index
- String.UTF16View.SubSequence
- count
- customMirror
- customPlaygroundQuickLook
- debugDescription
- description
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- String.UTF16View.Iterator
-
String.UTF8View
- String.UTF8View.Index
- String.UTF8View.Element
- String.UTF8View.SubSequence
- count
- customMirror
- customPlaygroundQuickLook
- debugDescription
- description
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- String.Iterator
- String.Element
- String.SubSequence
- String.IndexDistance
- String.UnicodeScalarIndex
- NSAttributedString
- NSMutableAttributedString
- CharacterSet
-
NSLinguisticTagger
- init(tagSchemes:options:)
- string
- availableTagSchemes(for:language:)
- availableTagSchemes(forLanguage:)
- tagSchemes
- dominantLanguage(for:)
- dominantLanguage
- orthography(at:effectiveRange:)
- setOrthography(_:range:)
- enumerateTags(in:unit:scheme:options:using:)
- enumerateTags(in:scheme:options:using:)
- enumerateTags(for:range:unit:scheme:options:orthography:using:)
- tag(at:unit:scheme:tokenRange:)
- tag(at:scheme:tokenRange:sentenceRange:)
- tag(for:at:unit:scheme:orthography:tokenRange:)
- tags(in:unit:scheme:options:tokenRanges:)
- tags(in:scheme:options:tokenRanges:)
- tags(for:range:unit:scheme:options:orthography:tokenRanges:)
- tokenRange(at:unit:)
- sentenceRange(for:)
- possibleTags(at:scheme:tokenRange:sentenceRange:scores:)
- stringEdited(in:changeInLength:)
- NSLinguisticTagScheme
-
NSLinguisticTag
- word
- punctuation
- whitespace
- other
- noun
- verb
- adjective
- adverb
- pronoun
- determiner
- particle
- preposition
- number
- conjunction
- interjection
- classifier
- idiom
- otherWord
- sentenceTerminator
- openQuote
- closeQuote
- openParenthesis
- closeParenthesis
- wordJoiner
- dash
- otherPunctuation
- paragraphBreak
- otherWhitespace
- personalName
- organizationName
- placeName
- Scanner
- NSRegularExpression
- NSDataDetector
- NSTextCheckingResult
- NSSpellServer
- Locale
- NSOrthography
-
String
-
Collections
-
Array
- init()
- init(_:)
- init(_:)
- init(repeating:count:)
- isEmpty
- count
- capacity
- subscript(_:)
- first
- last
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- randomElement()
- randomElement(using:)
- append(_:)
- insert(_:at:)
- insert(contentsOf:at:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- reserveCapacity(_:)
- append(contentsOf:)
- append(contentsOf:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- +=(_:_:)
- remove(at:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- removeSubrange(_:)
- removeSubrange(_:)
- removeAll(where:)
- removeAll(keepingCapacity:)
- popLast()
- contains(_:)
- contains(where:)
- allSatisfy(_:)
- first(where:)
- firstIndex(of:)
- index(of:)
- firstIndex(where:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- min()
- min(by:)
- max()
- max(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- suffix(_:)
- suffix(from:)
- dropFirst(_:)
- dropLast(_:)
- drop(while:)
- map(_:)
- flatMap(_:)
- flatMap(_:)
- compactMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- lazy
- forEach(_:)
- enumerated()
- makeIterator()
- underestimatedCount
- sort()
- sort(by:)
- sorted()
- sorted(by:)
- reverse()
- reversed()
- shuffle()
- shuffle(using:)
- shuffled()
- shuffled(using:)
- partition(by:)
- swapAt(_:_:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- joined()
- joined(separator:)
- joined(separator:)
- difference(from:)
- difference(from:by:)
- ==(_:_:)
- !=(_:_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- starts(with:)
- starts(with:by:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- startIndex
- endIndex
- index(after:)
- formIndex(after:)
- index(before:)
- formIndex(before:)
- index(_:offsetBy:)
- formIndex(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- formIndex(_:offsetBy:limitedBy:)
- distance(from:to:)
- withUnsafeBufferPointer(_:)
- withUnsafeMutableBufferPointer(_:)
- withUnsafeBytes(_:)
- withUnsafeMutableBytes(_:)
- withContiguousStorageIfAvailable(_:)
- withContiguousMutableStorageIfAvailable(_:)
- encode(to:)
- init(from:)
- description
- debugDescription
- customMirror
- hash(into:)
-
ContiguousArray
- ContiguousArray.Index
- ContiguousArray.Indices
- ContiguousArray.Iterator
- init()
- init(_:)
- init(arrayLiteral:)
- init(from:)
- init(repeating:count:)
- capacity
- count
- customMirror
- debugDescription
- description
- endIndex
- first
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- append(_:)
- append(contentsOf:)
- append(contentsOf:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- encode(to:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- hash(into:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- insert(_:at:)
- insert(contentsOf:at:)
- joined()
- joined(separator:)
- joined(separator:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- partition(by:)
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- remove(at:)
- removeAll(keepingCapacity:)
- removeAll(where:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- removeSubrange(_:)
- removeSubrange(_:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- reserveCapacity(_:)
- reverse()
- reversed()
- shuffle()
- shuffle(using:)
- shuffled()
- shuffled(using:)
- sort()
- sort(by:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- swapAt(_:_:)
- withContiguousMutableStorageIfAvailable(_:)
- withContiguousStorageIfAvailable(_:)
- withUnsafeBufferPointer(_:)
- withUnsafeBytes(_:)
- withUnsafeMutableBufferPointer(_:)
- withUnsafeMutableBytes(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- !=(_:_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- ==(_:_:)
-
ArraySlice
- ArraySlice.Index
- ArraySlice.Indices
- ArraySlice.Iterator
- init()
- init(_:)
- init(_:)
- init(arrayLiteral:)
- init(repeating:count:)
- capacity
- count
- customMirror
- debugDescription
- description
- endIndex
- first
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- append(_:)
- append(contentsOf:)
- append(contentsOf:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- hash(into:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- insert(_:at:)
- insert(contentsOf:at:)
- joined()
- joined(separator:)
- joined(separator:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- partition(by:)
- popFirst()
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- remove(at:)
- removeAll(keepingCapacity:)
- removeAll(where:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- removeSubrange(_:)
- removeSubrange(_:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- reserveCapacity(_:)
- reverse()
- reversed()
- shuffle()
- shuffle(using:)
- shuffled()
- shuffled(using:)
- sort()
- sort(by:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- swapAt(_:_:)
- withContiguousMutableStorageIfAvailable(_:)
- withContiguousStorageIfAvailable(_:)
- withUnsafeBufferPointer(_:)
- withUnsafeBytes(_:)
- withUnsafeMutableBufferPointer(_:)
- withUnsafeMutableBytes(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- !=(_:_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- ==(_:_:)
- NSArray
- NSMutableArray
- Array.Index
- Array.Indices
- Array.Iterator
- init(arrayLiteral:)
- filter(_:)
-
Dictionary
- init()
- init(minimumCapacity:)
- init(uniqueKeysWithValues:)
- init(_:uniquingKeysWith:)
- init(grouping:by:)
- isEmpty
- count
- capacity
- subscript(_:)
- subscript(_:default:)
- index(forKey:)
- subscript(_:)
- keys
- values
- first
- randomElement()
- randomElement(using:)
- updateValue(_:forKey:)
- merge(_:uniquingKeysWith:)
- merge(_:uniquingKeysWith:)
- merging(_:uniquingKeysWith:)
- merging(_:uniquingKeysWith:)
- reserveCapacity(_:)
- filter(_:)
- removeValue(forKey:)
- remove(at:)
- removeAll(keepingCapacity:)
- ==(_:_:)
- !=(_:_:)
- forEach(_:)
- enumerated()
- lazy
- makeIterator()
- underestimatedCount
- contains(where:)
- allSatisfy(_:)
- first(where:)
- firstIndex(where:)
- min(by:)
- max(by:)
- mapValues(_:)
- reduce(_:_:)
- reduce(into:_:)
- map(_:)
- compactMap(_:)
- compactMapValues(_:)
- flatMap(_:)
- flatMap(_:)
- sorted(by:)
- shuffled()
- shuffled(using:)
-
Order Dependent Operations on Dictionary
- elementsEqual(_:by:)
- starts(with:by:)
- lexicographicallyPrecedes(_:by:)
- startIndex
- endIndex
- index(after:)
- formIndex(after:)
- index(_:offsetBy:)
- formIndex(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- formIndex(_:offsetBy:limitedBy:)
- distance(from:to:)
- indices
- subscript(_:)
- subscript(_:)
- subscript(_:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- suffix(_:)
- suffix(from:)
- dropFirst(_:)
- drop(while:)
- dropLast(_:)
- popFirst()
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- reversed()
- withContiguousStorageIfAvailable(_:)
- encode(to:)
- init(from:)
- description
- debugDescription
- customMirror
- hash(into:)
- NSDictionary
- NSMutableDictionary
-
Dictionary.Keys
- Dictionary.Keys.Element
- Dictionary.Keys.SubSequence
- count
- debugDescription
- description
- endIndex
- first
- indices
- isEmpty
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(of:)
- joined()
- joined(separator:)
- joined(separator:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- !=(_:_:)
- ==(_:_:)
- Dictionary.Keys.Iterator
-
Dictionary.Values
- Dictionary.Values.Element
- count
- debugDescription
- description
- endIndex
- first
- indices
- isEmpty
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(of:)
- joined()
- joined(separator:)
- joined(separator:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- partition(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- swapAt(_:_:)
- withContiguousMutableStorageIfAvailable(_:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- Dictionary.Values.Iterator
- Dictionary.Index
- Dictionary.Iterator
- Dictionary.Element
- Dictionary.SubSequence
- DictionaryIterator
- init(dictionaryLiteral:)
-
Set
- init()
- init(minimumCapacity:)
- init(_:)
- init(_:)
- isEmpty
- count
- capacity
- contains(_:)
- insert(_:)
- insert(_:)
- update(with:)
- update(with:)
- reserveCapacity(_:)
- filter(_:)
- remove(_:)
- remove(_:)
- removeFirst()
- remove(at:)
- removeAll(keepingCapacity:)
- union(_:)
- formUnion(_:)
- intersection(_:)
- intersection(_:)
- formIntersection(_:)
- symmetricDifference(_:)
- formSymmetricDifference(_:)
- formSymmetricDifference(_:)
- subtract(_:)
- subtract(_:)
- subtracting(_:)
- subtracting(_:)
- ==(_:_:)
- !=(_:_:)
- isSubset(of:)
- isSubset(of:)
- isStrictSubset(of:)
- isStrictSubset(of:)
- isSuperset(of:)
- isSuperset(of:)
- isStrictSuperset(of:)
- isStrictSuperset(of:)
- isDisjoint(with:)
- isDisjoint(with:)
- first
- randomElement()
- randomElement(using:)
- subscript(_:)
- contains(where:)
- allSatisfy(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- index(of:)
- min()
- min(by:)
- max()
- max(by:)
- map(_:)
- compactMap(_:)
- flatMap(_:)
- flatMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- sorted()
- sorted(by:)
- shuffled()
- shuffled(using:)
- lazy
- enumerated()
- forEach(_:)
- makeIterator()
- underestimatedCount
-
Order Dependent Operations on Set
- startIndex
- endIndex
- index(after:)
- formIndex(after:)
- index(_:offsetBy:)
- formIndex(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- formIndex(_:offsetBy:limitedBy:)
- distance(from:to:)
- indices
- elementsEqual(_:)
- elementsEqual(_:by:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- starts(with:)
- starts(with:by:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- prefix(_:)
- prefix(upTo:)
- prefix(through:)
- prefix(while:)
- suffix(_:)
- suffix(from:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- popFirst()
- reversed()
- joined()
- joined(separator:)
- joined(separator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- encode(to:)
- init(from:)
- hash(into:)
- description
- debugDescription
- customMirror
- NSSet
- NSMutableSet
- Set.Index
- Set.Iterator
- init(arrayLiteral:)
- withContiguousStorageIfAvailable(_:)
- IndexPath
- IndexSet
- NSCountedSet
- NSOrderedSet
- NSMutableOrderedSet
- NSCache
- NSPurgeableData
- NSPointerArray
- NSMapTable
- NSHashTable
- NSEnumerator
- NSNull
-
Array
- Dates and Times
-
Units and Measurement
- Measurement
- Unit
- Dimension
- UnitConverter
- UnitConverterLinear
- UnitArea
- UnitLength
- UnitVolume
- UnitAngle
- UnitMass
- UnitPressure
- UnitAcceleration
- UnitDuration
- UnitFrequency
- UnitSpeed
- UnitEnergy
- UnitPower
- UnitTemperature
- UnitIlluminance
- UnitElectricCharge
- UnitElectricCurrent
- UnitElectricPotentialDifference
- UnitElectricResistance
- UnitConcentrationMass
- UnitDispersion
- UnitFuelEfficiency
- UnitInformationStorage
- Data Formatting
- Filters and Sorting
-
Task Management
- UndoManager
- Progress
- Operation
- OperationQueue
- BlockOperation
-
Timer
-
Timer.TimerPublisher
- assign(to:on:)
- catch(_:)
- combineLatest(_:)
- combineLatest(_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:_:_:)
- decode(type:decoder:)
- drop(untilOutputFrom:)
- encode(encoder:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- multicast(_:)
- multicast(subject:)
- replaceNil(with:)
- setFailureType(to:)
- subscribe(_:)
- subscribe(_:)
- tryCatch(_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
-
Timer.TimerPublisher
- NSUserActivity
- ProcessInfo
- NSBackgroundActivityScheduler
- NSUserNotification
- NSUserNotificationAction
- NSUserNotificationCenter
- Resources
-
Notifications
- NSKeyValueObserving
-
Notification
-
NSNotification.Name
- AVAudioEngineConfigurationChange
- interruptionNotification
- mediaServicesWereLostNotification
- mediaServicesWereResetNotification
-
routeChangeNotification
- AVAudioSessionRouteChangeReasonKey
- AVAudioSessionRouteChangePreviousRouteKey
-
AVAudioSession.RouteChangeReason
- AVAudioSession.RouteChangeReason.unknown
- AVAudioSession.RouteChangeReason.newDeviceAvailable
- AVAudioSession.RouteChangeReason.oldDeviceUnavailable
- AVAudioSession.RouteChangeReason.categoryChange
- AVAudioSession.RouteChangeReason.override
- AVAudioSession.RouteChangeReason.wakeFromSleep
- AVAudioSession.RouteChangeReason.noSuitableRouteForCategory
- AVAudioSession.RouteChangeReason.routeConfigurationChange
- silenceSecondaryAudioHintNotification
- AVAudioUnitComponentTagsDidChange
- AVSampleBufferDisplayLayerOutputObscuredDueToInsufficientExternalProtectionDidChange
- fileProviderMaterializedSetDidChange
- fileProviderPendingSetDidChange
-
NSNotification
-
NSNotification.Name
- AVAudioEngineConfigurationChange
- interruptionNotification
- mediaServicesWereLostNotification
- mediaServicesWereResetNotification
-
routeChangeNotification
- AVAudioSessionRouteChangeReasonKey
- AVAudioSessionRouteChangePreviousRouteKey
-
AVAudioSession.RouteChangeReason
- AVAudioSession.RouteChangeReason.unknown
- AVAudioSession.RouteChangeReason.newDeviceAvailable
- AVAudioSession.RouteChangeReason.oldDeviceUnavailable
- AVAudioSession.RouteChangeReason.categoryChange
- AVAudioSession.RouteChangeReason.override
- AVAudioSession.RouteChangeReason.wakeFromSleep
- AVAudioSession.RouteChangeReason.noSuitableRouteForCategory
- AVAudioSession.RouteChangeReason.routeConfigurationChange
- silenceSecondaryAudioHintNotification
- AVAudioUnitComponentTagsDidChange
- AVSampleBufferDisplayLayerOutputObscuredDueToInsufficientExternalProtectionDidChange
- fileProviderMaterializedSetDidChange
- fileProviderPendingSetDidChange
-
NSNotification.Name
-
NSNotification.Name
-
NotificationCenter
-
NotificationCenter.Publisher
- assign(to:on:)
- catch(_:)
- combineLatest(_:)
- combineLatest(_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:_:_:)
- decode(type:decoder:)
- drop(untilOutputFrom:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- multicast(_:)
- multicast(subject:)
- replaceNil(with:)
- setFailureType(to:)
- subscribe(_:)
- subscribe(_:)
- tryCatch(_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
-
NotificationCenter.Publisher
- NotificationQueue
- DistributedNotificationCenter
- App Extension Support
- Errors and Exceptions
-
Scripting Support
- NSAppleScript
- NSAppleEventDescriptor
- NSAppleEventManager
- NSScriptCommand
- NSQuitCommand
- NSSetCommand
- NSMoveCommand
- NSCreateCommand
- NSDeleteCommand
- NSExistsCommand
- NSGetCommand
- NSCloneCommand
- NSCountCommand
- NSCloseCommand
- NSScriptObjectSpecifier
- NSPropertySpecifier
- NSPositionalSpecifier
- NSRandomSpecifier
- NSRangeSpecifier
- NSUniqueIDSpecifier
- NSWhoseSpecifier
- NSNameSpecifier
- NSMiddleSpecifier
- NSIndexSpecifier
- NSRelativeSpecifier
- NSScriptSuiteRegistry
- NSScriptClassDescription
- NSClassDescription
- NSScriptCommandDescription
- NSScriptWhoseTest
- NSSpecifierTest
- NSLogicalTest
- NSScriptCoercionHandler
- NSScriptExecutionContext
- File System
- Archives and Serialization
- Preferences
- Spotlight
- iCloud
-
URL Loading System
-
URLSession
- URLSessionConfiguration
- URLSessionDelegate
- URLSessionTaskDelegate
- URLSessionDataTask
- URLSessionDownloadTask
- URLSessionUploadTask
- URLSessionStreamTask
- URLSessionWebSocketTask
-
URLSession.DataTaskPublisher
- catch(_:)
- combineLatest(_:)
- combineLatest(_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:_:_:)
- decode(type:decoder:)
- drop(untilOutputFrom:)
- flatMap(maxPublishers:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- multicast(_:)
- multicast(subject:)
- replaceNil(with:)
- subscribe(_:)
- subscribe(_:)
- tryCatch(_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- URLSessionTask
- URLRequest
- URLResponse
- HTTPURLResponse
- CachedURLResponse
- URLCache
- URLAuthenticationChallenge
- URLCredential
- URLCredentialStorage
- URLProtectionSpace
- HTTPCookie
- HTTPCookieStorage
- URLError
- Legacy URL Loading Systems
-
URLSession
- Bonjour
- XPC
-
Object Runtime
-
NSObject
- UIAccessibility
- NSKeyValueObserving
- WebScripting
- authorizationViewCreatedAuthorization(_:)
- authorizationViewDidAuthorize(_:)
- authorizationViewDidDeauthorize(_:)
- authorizationViewDidHide(_:)
- authorizationViewReleasedAuthorization(_:)
- authorizationViewShouldDeauthorize(_:)
- certificatePanelShowHelp(_:)
- chooseIdentityPanelShowHelp(_:)
- NSNumber
- NSValue
- ValueTransformer
-
Classes Bridged to Swift Standard Library Value Types
-
NSString
- init(cString:encoding:)
- init(utf8String:)
- cString(using:)
- getCString(_:maxLength:encoding:)
- utf8String
- enumerateLinguisticTags(in:scheme:options:orthography:using:)
- linguisticTags(in:scheme:options:orthography:tokenRanges:)
- fileSystemRepresentation
- getFileSystemRepresentation(_:maxLength:)
- string(withCString:)
- init(cString:)
- string(withCString:length:)
- init(cString:length:)
- init(cStringNoCopy:length:freeWhenDone:)
- cString()
- lossyCString()
- getCString(_:)
- getCString(_:maxLength:)
- getCString(_:maxLength:range:remaining:)
- NSMutableString
- NSArray
- NSMutableArray
- NSDictionary
- NSMutableDictionary
- NSSet
- NSMutableSet
-
NSString
- Objective-C Runtime Utilities
- Distributed Objects Support
-
NSObject
-
Processes and Threads
- RunLoop
-
Timer
-
Timer.TimerPublisher
- assign(to:on:)
- catch(_:)
- combineLatest(_:)
- combineLatest(_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:_:_:)
- decode(type:decoder:)
- drop(untilOutputFrom:)
- encode(encoder:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- multicast(_:)
- multicast(subject:)
- replaceNil(with:)
- setFailureType(to:)
- subscribe(_:)
- subscribe(_:)
- tryCatch(_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
-
Timer.TimerPublisher
- ProcessInfo
- Thread
- NSLock
- NSRecursiveLock
- NSDistributedLock
- NSConditionLock
- NSCondition
- OperationQueue
- Operation
- BlockOperation
- Process
- NSUserScriptTask
- NSUserAppleScriptTask
- NSUserAutomatorTask
- NSUserUnixTask
- Streams, Sockets, and Ports
- Foundation Constants
Swift
-
Int
- init(_:)
- init(exactly:)
- init(clamping:)
- init(truncatingIfNeeded:)
- init(bitPattern:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(_:)
- init(_:radix:)
- random(in:)
- random(in:using:)
- random(in:)
- random(in:using:)
-
Integer Operators
- +(_:_:)
- -(_:_:)
- *(_:_:)
- /(_:_:)
- %(_:_:)
- +=(_:_:)
- *=(_:_:)
- /=(_:_:)
- %=(_:_:)
- &+(_:_:)
- &-(_:_:)
- &*(_:_:)
- &+=(_:_:)
- &-=(_:_:)
- &*=(_:_:)
- &(_:_:)
- &=(_:_:)
- |(_:_:)
- |=(_:_:)
- ^(_:_:)
- ^=(_:_:)
- ~(_:)
- <<(_:_:)
- <<(_:_:)
- <<=(_:_:)
- >>(_:_:)
- >>(_:_:)
- >>=(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<=(_:_:)
- &<<=(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>=(_:_:)
- &>>=(_:_:)
- -(_:)
- +(_:)
- ==(_:_:)
- ==(_:_:)
- !=(_:_:)
- !=(_:_:)
- <(_:_:)
- <(_:_:)
- <=(_:_:)
- <=(_:_:)
- >(_:_:)
- >(_:_:)
- >=(_:_:)
- >=(_:_:)
- ..<(_:_:)
- ...(_:_:)
- ...(_:)
- ..<(_:)
- ...(_:)
- -=(_:_:)
- negate()
- quotientAndRemainder(dividingBy:)
- isMultiple(of:)
- addingReportingOverflow(_:)
- subtractingReportingOverflow(_:)
- multipliedReportingOverflow(by:)
- dividedReportingOverflow(by:)
- remainderReportingOverflow(dividingBy:)
- multipliedFullWidth(by:)
- dividingFullWidth(_:)
- magnitude
- Int.Magnitude
- abs(_:)
- signum()
- zero
- min
- max
- isSigned
- byteSwapped
- littleEndian
- bigEndian
- init(littleEndian:)
- init(bigEndian:)
- bitWidth
- bitWidth
- nonzeroBitCount
- leadingZeroBitCount
- trailingZeroBitCount
- words
-
Int.Words
- Int.Words.Indices
- Int.Words.SubSequence
- init(_:)
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- init(bitPattern:)
- init(bitPattern:)
- init(bitPattern:)
- encode(to:)
- init(from:)
- description
- hash(into:)
- customMirror
- init()
- init(integerLiteral:)
- Int.IntegerLiteralType
- distance(to:)
- advanced(by:)
- customPlaygroundQuickLook
- Int.SIMDMaskScalar
- Int.SIMD2Storage
- Int.SIMD4Storage
- Int.SIMD8Storage
- Int.SIMD16Storage
- Int.SIMD32Storage
- Int.SIMD64Storage
-
Double
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(sign:exponent:significand:)
- init(_:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- random(in:)
- random(in:using:)
- random(in:)
- random(in:using:)
- Floating-Point Operators for Double
- addingProduct(_:_:)
- addProduct(_:_:)
- squareRoot()
- formSquareRoot()
- remainder(dividingBy:)
- formRemainder(dividingBy:)
- truncatingRemainder(dividingBy:)
- formTruncatingRemainder(dividingBy:)
- negate()
- rounded()
- rounded(_:)
- round()
- round(_:)
- Floating-Point Operators for Double
- isEqual(to:)
- isLess(than:)
- isLessThanOrEqualTo(_:)
- isTotallyOrdered(belowOrEqualTo:)
- minimum(_:_:)
- minimumMagnitude(_:_:)
- maximum(_:_:)
- maximumMagnitude(_:_:)
- magnitude
- sign
- Double.Magnitude
- ulp
- significand
- exponent
- nextUp
- nextDown
- binade
- pi
- infinity
- greatestFiniteMagnitude
- nan
- signalingNaN
- ulpOfOne
- leastNonzeroMagnitude
- leastNormalMagnitude
- zero
- bitPattern
- significandBitPattern
- significandWidth
- exponentBitPattern
- significandBitCount
- exponentBitCount
- radix
- init(bitPattern:)
- init(sign:exponentBitPattern:significandBitPattern:)
- init(nan:signaling:)
- Double.Exponent
- Double.RawSignificand
- isZero
- isFinite
- isInfinite
- isNaN
- isSignalingNaN
- isNormal
- isSubnormal
- isCanonical
- floatingPointClass
- encode(to:)
- init(from:)
- ..<(_:_:)
- ...(_:_:)
- description
- debugDescription
- customMirror
- hash(into:)
- init()
- init(floatLiteral:)
- init(integerLiteral:)
- init(integerLiteral:)
- advanced(by:)
- distance(to:)
- write(to:)
- Double.SIMDMaskScalar
- Double.SIMD2Storage
- Double.SIMD4Storage
- Double.SIMD8Storage
- Double.SIMD16Storage
- Double.SIMD32Storage
- Double.SIMD64Storage
- customPlaygroundQuickLook
-
String
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(repeating:count:)
- init(repeating:count:)
- isEmpty
- count
- init(_:)
- init(validatingUTF8:)
- init(decoding:as:)
- init(_:radix:uppercase:)
- init(cString:)
- init(cString:)
- init(decodingCString:as:)
- decodeCString(_:as:repairingInvalidCodeUnits:)
- init(_:)
- init(describing:)
- init(describing:)
- init(describing:)
- init(describing:)
- init(reflecting:)
- write(_:)
- write(to:)
- append(_:)
- append(_:)
- append(contentsOf:)
- append(contentsOf:)
- append(contentsOf:)
- append(contentsOf:)
- reserveCapacity(_:)
- +(_:_:)
- +=(_:_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- insert(_:at:)
- insert(contentsOf:at:)
- insert(contentsOf:at:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- remove(at:)
- removeAll(keepingCapacity:)
- removeAll(where:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- removeSubrange(_:)
- removeSubrange(_:)
- filter(_:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- popLast()
- lowercased()
- uppercased()
- ==(_:_:)
- ==(_:_:)
- !=(_:_:)
- !=(_:_:)
- <(_:_:)
- <(_:_:)
- <=(_:_:)
- <=(_:_:)
- >(_:_:)
- >(_:_:)
- >=(_:_:)
- >=(_:_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- starts(with:)
- starts(with:by:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- difference(from:)
- difference(from:by:)
- hasPrefix(_:)
- hasSuffix(_:)
- contains(_:)
- allSatisfy(_:)
- contains(where:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- max()
- max(_:_:)
- max(by:)
- min()
- min(_:_:)
- min(by:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- suffix(_:)
- suffix(from:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- subscript(_:)
- first
- last
- randomElement()
- randomElement(using:)
- unicodeScalars
- init(_:)
- init(_:)
- utf16
- init(_:)
- init(_:)
- utf8
- init(_:)
- init(_:)
- map(_:)
- compactMap(_:)
- flatMap(_:)
- flatMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- lazy
- forEach(_:)
- enumerated()
- makeIterator()
- underestimatedCount
- sorted()
- sorted(by:)
- reversed()
- shuffled()
- shuffled(using:)
- utf8CString
- withCString(_:)
- withCString(encodedAs:_:)
- startIndex
- endIndex
- index(after:)
- formIndex(after:)
- index(before:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- distance(from:to:)
- indices
- ..<(_:_:)
- ...(_:_:)
- ..<(_:)
- ...(_:)
- ...(_:)
- encode(to:)
- init(from:)
- description
- debugDescription
- customMirror
- hash(into:)
- index(of:)
- init(stringInterpolation:)
- init(stringLiteral:)
- init(unicodeScalarLiteral:)
- init(extendedGraphemeClusterLiteral:)
- customPlaygroundQuickLook
- withContiguousStorageIfAvailable(_:)
-
NSString
- init(cString:encoding:)
- init(utf8String:)
- cString(using:)
- getCString(_:maxLength:encoding:)
- utf8String
- enumerateLinguisticTags(in:scheme:options:orthography:using:)
- linguisticTags(in:scheme:options:orthography:tokenRanges:)
- fileSystemRepresentation
- getFileSystemRepresentation(_:maxLength:)
- string(withCString:)
- init(cString:)
- string(withCString:length:)
- init(cString:length:)
- init(cStringNoCopy:length:freeWhenDone:)
- cString()
- lossyCString()
- getCString(_:)
- getCString(_:maxLength:)
- getCString(_:maxLength:range:remaining:)
- NSMutableString
-
Substring
- Substring.Index
- Substring.SubSequence
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(cString:)
- init(decoding:as:)
- init(decodingCString:as:)
- init(extendedGraphemeClusterLiteral:)
- init(repeating:count:)
- init(stringInterpolation:)
- init(stringLiteral:)
- init(unicodeScalarLiteral:)
- count
- customMirror
- customPlaygroundQuickLook
- debugDescription
- description
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- unicodeScalars
- utf16
- utf8
- allSatisfy(_:)
- append(_:)
- append(contentsOf:)
- append(contentsOf:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- hasPrefix(_:)
- hasSuffix(_:)
- hash(into:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- insert(_:at:)
- insert(contentsOf:at:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- lowercased()
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- popFirst()
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- remove(at:)
- removeAll(keepingCapacity:)
- removeAll(where:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- removeSubrange(_:)
- removeSubrange(_:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- reserveCapacity(_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- uppercased()
- withCString(_:)
- withCString(encodedAs:_:)
- withContiguousStorageIfAvailable(_:)
- write(_:)
- write(to:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- !=(_:_:)
- !=(_:_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- <(_:_:)
- <=(_:_:)
- <=(_:_:)
- ==(_:_:)
- >(_:_:)
- >(_:_:)
- >=(_:_:)
- >=(_:_:)
-
Substring.UTF16View
- Substring.UTF16View.Element
- Substring.UTF16View.Index
- Substring.UTF16View.Indices
- Substring.UTF16View.SubSequence
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- popFirst()
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
Substring.UTF8View
- Substring.UTF8View.Element
- Substring.UTF8View.Index
- Substring.UTF8View.Indices
- Substring.UTF8View.SubSequence
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- popFirst()
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
Substring.UnicodeScalarView
- Substring.UnicodeScalarView.Element
- Substring.UnicodeScalarView.Index
- Substring.UnicodeScalarView.Indices
- Substring.UnicodeScalarView.SubSequence
- init()
- init(_:)
- init(repeating:count:)
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- append(_:)
- append(contentsOf:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- insert(_:at:)
- insert(contentsOf:at:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- popFirst()
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- remove(at:)
- removeAll(keepingCapacity:)
- removeAll(where:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- removeSubrange(_:)
- removeSubrange(_:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- reserveCapacity(_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- StringProtocol
-
String.Index
- init(_:within:)
- init(_:within:)
- init(_:within:)
- init(_:within:)
- init(encodedOffset:)
- init(utf16Offset:in:)
- encodedOffset
- hash(into:)
- samePosition(in:)
- samePosition(in:)
- samePosition(in:)
- samePosition(in:)
- utf16Offset(in:)
- !=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- <(_:_:)
- <=(_:_:)
- ==(_:_:)
- >(_:_:)
- >=(_:_:)
-
String.UnicodeScalarView
- String.UnicodeScalarView.Index
- String.UnicodeScalarView.SubSequence
- init()
- init(_:)
- init(repeating:count:)
- count
- customMirror
- customPlaygroundQuickLook
- debugDescription
- description
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- append(_:)
- append(contentsOf:)
- append(contentsOf:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- insert(_:at:)
- insert(contentsOf:at:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- remove(at:)
- removeAll(keepingCapacity:)
- removeAll(where:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- removeSubrange(_:)
- removeSubrange(_:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- reserveCapacity(_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- String.UnicodeScalarView.Iterator
-
String.UTF16View
- String.UTF16View.Index
- String.UTF16View.SubSequence
- count
- customMirror
- customPlaygroundQuickLook
- debugDescription
- description
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- String.UTF16View.Iterator
-
String.UTF8View
- String.UTF8View.Index
- String.UTF8View.Element
- String.UTF8View.SubSequence
- count
- customMirror
- customPlaygroundQuickLook
- debugDescription
- description
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- String.Iterator
- String.Element
- String.SubSequence
- String.IndexDistance
- String.UnicodeScalarIndex
-
Array
- init()
- init(_:)
- init(_:)
- init(repeating:count:)
- isEmpty
- count
- capacity
- subscript(_:)
- first
- last
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- randomElement()
- randomElement(using:)
- append(_:)
- insert(_:at:)
- insert(contentsOf:at:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- reserveCapacity(_:)
- append(contentsOf:)
- append(contentsOf:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- +=(_:_:)
- remove(at:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- removeSubrange(_:)
- removeSubrange(_:)
- removeAll(where:)
- removeAll(keepingCapacity:)
- popLast()
- contains(_:)
- contains(where:)
- allSatisfy(_:)
- first(where:)
- firstIndex(of:)
- index(of:)
- firstIndex(where:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- min()
- min(by:)
- max()
- max(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- suffix(_:)
- suffix(from:)
- dropFirst(_:)
- dropLast(_:)
- drop(while:)
- map(_:)
- flatMap(_:)
- flatMap(_:)
- compactMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- lazy
- forEach(_:)
- enumerated()
- makeIterator()
- underestimatedCount
- sort()
- sort(by:)
- sorted()
- sorted(by:)
- reverse()
- reversed()
- shuffle()
- shuffle(using:)
- shuffled()
- shuffled(using:)
- partition(by:)
- swapAt(_:_:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- joined()
- joined(separator:)
- joined(separator:)
- difference(from:)
- difference(from:by:)
- ==(_:_:)
- !=(_:_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- starts(with:)
- starts(with:by:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- startIndex
- endIndex
- index(after:)
- formIndex(after:)
- index(before:)
- formIndex(before:)
- index(_:offsetBy:)
- formIndex(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- formIndex(_:offsetBy:limitedBy:)
- distance(from:to:)
- withUnsafeBufferPointer(_:)
- withUnsafeMutableBufferPointer(_:)
- withUnsafeBytes(_:)
- withUnsafeMutableBytes(_:)
- withContiguousStorageIfAvailable(_:)
- withContiguousMutableStorageIfAvailable(_:)
- encode(to:)
- init(from:)
- description
- debugDescription
- customMirror
- hash(into:)
-
ContiguousArray
- ContiguousArray.Index
- ContiguousArray.Indices
- ContiguousArray.Iterator
- init()
- init(_:)
- init(arrayLiteral:)
- init(from:)
- init(repeating:count:)
- capacity
- count
- customMirror
- debugDescription
- description
- endIndex
- first
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- append(_:)
- append(contentsOf:)
- append(contentsOf:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- encode(to:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- hash(into:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- insert(_:at:)
- insert(contentsOf:at:)
- joined()
- joined(separator:)
- joined(separator:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- partition(by:)
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- remove(at:)
- removeAll(keepingCapacity:)
- removeAll(where:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- removeSubrange(_:)
- removeSubrange(_:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- reserveCapacity(_:)
- reverse()
- reversed()
- shuffle()
- shuffle(using:)
- shuffled()
- shuffled(using:)
- sort()
- sort(by:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- swapAt(_:_:)
- withContiguousMutableStorageIfAvailable(_:)
- withContiguousStorageIfAvailable(_:)
- withUnsafeBufferPointer(_:)
- withUnsafeBytes(_:)
- withUnsafeMutableBufferPointer(_:)
- withUnsafeMutableBytes(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- !=(_:_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- ==(_:_:)
-
ArraySlice
- ArraySlice.Index
- ArraySlice.Indices
- ArraySlice.Iterator
- init()
- init(_:)
- init(_:)
- init(arrayLiteral:)
- init(repeating:count:)
- capacity
- count
- customMirror
- debugDescription
- description
- endIndex
- first
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- append(_:)
- append(contentsOf:)
- append(contentsOf:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- hash(into:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- insert(_:at:)
- insert(contentsOf:at:)
- joined()
- joined(separator:)
- joined(separator:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- partition(by:)
- popFirst()
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- remove(at:)
- removeAll(keepingCapacity:)
- removeAll(where:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- removeSubrange(_:)
- removeSubrange(_:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- reserveCapacity(_:)
- reverse()
- reversed()
- shuffle()
- shuffle(using:)
- shuffled()
- shuffled(using:)
- sort()
- sort(by:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- swapAt(_:_:)
- withContiguousMutableStorageIfAvailable(_:)
- withContiguousStorageIfAvailable(_:)
- withUnsafeBufferPointer(_:)
- withUnsafeBytes(_:)
- withUnsafeMutableBufferPointer(_:)
- withUnsafeMutableBytes(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- !=(_:_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- ==(_:_:)
- NSArray
- NSMutableArray
- Array.Index
- Array.Indices
- Array.Iterator
- init(arrayLiteral:)
- filter(_:)
-
Dictionary
- init()
- init(minimumCapacity:)
- init(uniqueKeysWithValues:)
- init(_:uniquingKeysWith:)
- init(grouping:by:)
- isEmpty
- count
- capacity
- subscript(_:)
- subscript(_:default:)
- index(forKey:)
- subscript(_:)
- keys
- values
- first
- randomElement()
- randomElement(using:)
- updateValue(_:forKey:)
- merge(_:uniquingKeysWith:)
- merge(_:uniquingKeysWith:)
- merging(_:uniquingKeysWith:)
- merging(_:uniquingKeysWith:)
- reserveCapacity(_:)
- filter(_:)
- removeValue(forKey:)
- remove(at:)
- removeAll(keepingCapacity:)
- ==(_:_:)
- !=(_:_:)
- forEach(_:)
- enumerated()
- lazy
- makeIterator()
- underestimatedCount
- contains(where:)
- allSatisfy(_:)
- first(where:)
- firstIndex(where:)
- min(by:)
- max(by:)
- mapValues(_:)
- reduce(_:_:)
- reduce(into:_:)
- map(_:)
- compactMap(_:)
- compactMapValues(_:)
- flatMap(_:)
- flatMap(_:)
- sorted(by:)
- shuffled()
- shuffled(using:)
-
Order Dependent Operations on Dictionary
- elementsEqual(_:by:)
- starts(with:by:)
- lexicographicallyPrecedes(_:by:)
- startIndex
- endIndex
- index(after:)
- formIndex(after:)
- index(_:offsetBy:)
- formIndex(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- formIndex(_:offsetBy:limitedBy:)
- distance(from:to:)
- indices
- subscript(_:)
- subscript(_:)
- subscript(_:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- suffix(_:)
- suffix(from:)
- dropFirst(_:)
- drop(while:)
- dropLast(_:)
- popFirst()
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- reversed()
- withContiguousStorageIfAvailable(_:)
- encode(to:)
- init(from:)
- description
- debugDescription
- customMirror
- hash(into:)
- NSDictionary
- NSMutableDictionary
-
Dictionary.Keys
- Dictionary.Keys.Element
- Dictionary.Keys.SubSequence
- count
- debugDescription
- description
- endIndex
- first
- indices
- isEmpty
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(of:)
- joined()
- joined(separator:)
- joined(separator:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- !=(_:_:)
- ==(_:_:)
- Dictionary.Keys.Iterator
-
Dictionary.Values
- Dictionary.Values.Element
- count
- debugDescription
- description
- endIndex
- first
- indices
- isEmpty
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(of:)
- joined()
- joined(separator:)
- joined(separator:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- partition(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- swapAt(_:_:)
- withContiguousMutableStorageIfAvailable(_:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- Dictionary.Values.Iterator
- Dictionary.Index
- Dictionary.Iterator
- Dictionary.Element
- Dictionary.SubSequence
- DictionaryIterator
- init(dictionaryLiteral:)
-
Swift Standard Library
-
Numbers and Basic Values
- Bool
-
Int
- init(_:)
- init(exactly:)
- init(clamping:)
- init(truncatingIfNeeded:)
- init(bitPattern:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(_:)
- init(_:radix:)
- random(in:)
- random(in:using:)
- random(in:)
- random(in:using:)
-
Integer Operators
- +(_:_:)
- -(_:_:)
- *(_:_:)
- /(_:_:)
- %(_:_:)
- +=(_:_:)
- *=(_:_:)
- /=(_:_:)
- %=(_:_:)
- &+(_:_:)
- &-(_:_:)
- &*(_:_:)
- &+=(_:_:)
- &-=(_:_:)
- &*=(_:_:)
- &(_:_:)
- &=(_:_:)
- |(_:_:)
- |=(_:_:)
- ^(_:_:)
- ^=(_:_:)
- ~(_:)
- <<(_:_:)
- <<(_:_:)
- <<=(_:_:)
- >>(_:_:)
- >>(_:_:)
- >>=(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<=(_:_:)
- &<<=(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>=(_:_:)
- &>>=(_:_:)
- -(_:)
- +(_:)
- ==(_:_:)
- ==(_:_:)
- !=(_:_:)
- !=(_:_:)
- <(_:_:)
- <(_:_:)
- <=(_:_:)
- <=(_:_:)
- >(_:_:)
- >(_:_:)
- >=(_:_:)
- >=(_:_:)
- ..<(_:_:)
- ...(_:_:)
- ...(_:)
- ..<(_:)
- ...(_:)
- -=(_:_:)
- negate()
- quotientAndRemainder(dividingBy:)
- isMultiple(of:)
- addingReportingOverflow(_:)
- subtractingReportingOverflow(_:)
- multipliedReportingOverflow(by:)
- dividedReportingOverflow(by:)
- remainderReportingOverflow(dividingBy:)
- multipliedFullWidth(by:)
- dividingFullWidth(_:)
- magnitude
- Int.Magnitude
- abs(_:)
- signum()
- zero
- min
- max
- isSigned
- byteSwapped
- littleEndian
- bigEndian
- init(littleEndian:)
- init(bigEndian:)
- bitWidth
- bitWidth
- nonzeroBitCount
- leadingZeroBitCount
- trailingZeroBitCount
- words
-
Int.Words
- Int.Words.Indices
- Int.Words.SubSequence
- init(_:)
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- init(bitPattern:)
- init(bitPattern:)
- init(bitPattern:)
- encode(to:)
- init(from:)
- description
- hash(into:)
- customMirror
- init()
- init(integerLiteral:)
- Int.IntegerLiteralType
- distance(to:)
- advanced(by:)
- customPlaygroundQuickLook
- Int.SIMDMaskScalar
- Int.SIMD2Storage
- Int.SIMD4Storage
- Int.SIMD8Storage
- Int.SIMD16Storage
- Int.SIMD32Storage
- Int.SIMD64Storage
-
Double
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(sign:exponent:significand:)
- init(_:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- random(in:)
- random(in:using:)
- random(in:)
- random(in:using:)
- Floating-Point Operators for Double
- addingProduct(_:_:)
- addProduct(_:_:)
- squareRoot()
- formSquareRoot()
- remainder(dividingBy:)
- formRemainder(dividingBy:)
- truncatingRemainder(dividingBy:)
- formTruncatingRemainder(dividingBy:)
- negate()
- rounded()
- rounded(_:)
- round()
- round(_:)
- Floating-Point Operators for Double
- isEqual(to:)
- isLess(than:)
- isLessThanOrEqualTo(_:)
- isTotallyOrdered(belowOrEqualTo:)
- minimum(_:_:)
- minimumMagnitude(_:_:)
- maximum(_:_:)
- maximumMagnitude(_:_:)
- magnitude
- sign
- Double.Magnitude
- ulp
- significand
- exponent
- nextUp
- nextDown
- binade
- pi
- infinity
- greatestFiniteMagnitude
- nan
- signalingNaN
- ulpOfOne
- leastNonzeroMagnitude
- leastNormalMagnitude
- zero
- bitPattern
- significandBitPattern
- significandWidth
- exponentBitPattern
- significandBitCount
- exponentBitCount
- radix
- init(bitPattern:)
- init(sign:exponentBitPattern:significandBitPattern:)
- init(nan:signaling:)
- Double.Exponent
- Double.RawSignificand
- isZero
- isFinite
- isInfinite
- isNaN
- isSignalingNaN
- isNormal
- isSubnormal
- isCanonical
- floatingPointClass
- encode(to:)
- init(from:)
- ..<(_:_:)
- ...(_:_:)
- description
- debugDescription
- customMirror
- hash(into:)
- init()
- init(floatLiteral:)
- init(integerLiteral:)
- init(integerLiteral:)
- advanced(by:)
- distance(to:)
- write(to:)
- Double.SIMDMaskScalar
- Double.SIMD2Storage
- Double.SIMD4Storage
- Double.SIMD8Storage
- Double.SIMD16Storage
- Double.SIMD32Storage
- Double.SIMD64Storage
- customPlaygroundQuickLook
-
Float
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(sign:exponent:significand:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- random(in:)
- random(in:using:)
- random(in:)
- random(in:using:)
- Floating-Point Operators for Float
- addingProduct(_:_:)
- addProduct(_:_:)
- squareRoot()
- formSquareRoot()
- remainder(dividingBy:)
- formRemainder(dividingBy:)
- truncatingRemainder(dividingBy:)
- formTruncatingRemainder(dividingBy:)
- negate()
- rounded()
- rounded(_:)
- round()
- round(_:)
- Floating-Point Operators for Float
- isEqual(to:)
- isLess(than:)
- isLessThanOrEqualTo(_:)
- isTotallyOrdered(belowOrEqualTo:)
- maximum(_:_:)
- maximumMagnitude(_:_:)
- minimum(_:_:)
- minimumMagnitude(_:_:)
- magnitude
- sign
- Float.Magnitude
- ulp
- significand
- exponent
- nextUp
- nextDown
- binade
- pi
- infinity
- greatestFiniteMagnitude
- nan
- signalingNaN
- ulpOfOne
- leastNormalMagnitude
- leastNonzeroMagnitude
- zero
- bitPattern
- significandBitPattern
- significandWidth
- exponentBitPattern
- significandBitCount
- exponentBitCount
- radix
- init(bitPattern:)
- init(sign:exponentBitPattern:significandBitPattern:)
- init(nan:signaling:)
- Float.Exponent
- Float.RawSignificand
- isZero
- isFinite
- isInfinite
- isNaN
- isSignalingNaN
- isNormal
- isSubnormal
- isCanonical
- floatingPointClass
- encode(to:)
- init(from:)
- ..<(_:_:)
- ...(_:_:)
- hash(into:)
- description
- debugDescription
- customMirror
- Float.SIMDMaskScalar
- Float.SIMD2Storage
- Float.SIMD4Storage
- Float.SIMD8Storage
- Float.SIMD16Storage
- Float.SIMD32Storage
- Float.SIMD64Storage
- init()
- init(integerLiteral:)
- init(floatLiteral:)
- init(integerLiteral:)
- advanced(by:)
- distance(to:)
- write(to:)
- customPlaygroundQuickLook
- init(_:)
- init(exactly:)
-
Range
- ..<(_:_:)
- relative(to:)
- init(_:)
- isEmpty
- count
- lowerBound
- upperBound
- contains(_:)
- contains(where:)
- allSatisfy(_:)
- ~=(_:_:)
- clamped(to:)
- first
- last
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- randomElement()
- randomElement(using:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- min()
- min(by:)
- max()
- max(by:)
- filter(_:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- suffix(_:)
- suffix(from:)
- dropFirst(_:)
- dropLast(_:)
- drop(while:)
- popFirst()
- popLast()
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- map(_:)
- compactMap(_:)
- flatMap(_:)
- flatMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- lazy
- forEach(_:)
- enumerated()
- makeIterator()
- underestimatedCount
- sorted()
- sorted(by:)
- reversed()
- shuffled()
- shuffled(using:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- joined()
- joined(separator:)
- joined(separator:)
- ==(_:_:)
- !=(_:_:)
- overlaps(_:)
- overlaps(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- starts(with:)
- starts(with:by:)
- startIndex
- endIndex
- indices
- indices
- index(after:)
- formIndex(after:)
- index(before:)
- formIndex(before:)
- index(_:offsetBy:limitedBy:)
- formIndex(_:offsetBy:)
- index(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- distance(from:to:)
- hash(into:)
- description
- debugDescription
- customMirror
- encode(to:)
- init(from:)
- index(of:)
- init(uncheckedBounds:)
- withContiguousStorageIfAvailable(_:)
- Range.Element
- Range.Index
- Range.Indices
- Range.Iterator
- Range.SubSequence
- difference(from:)
- difference(from:by:)
-
ClosedRange
- ...(_:_:)
- relative(to:)
- init(_:)
- isEmpty
- count
- lowerBound
- upperBound
- contains(_:)
- contains(where:)
- allSatisfy(_:)
- ~=(_:_:)
- clamped(to:)
- first
- last
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- randomElement()
- randomElement(using:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- min()
- min(by:)
- max()
- max(by:)
- filter(_:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- suffix(_:)
- suffix(from:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- map(_:)
- compactMap(_:)
- flatMap(_:)
- flatMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- lazy
- forEach(_:)
- enumerated()
- makeIterator()
- underestimatedCount
- sorted()
- sorted(by:)
- reversed()
- shuffled()
- shuffled(using:)
- joined()
- joined(separator:)
- joined(separator:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- ==(_:_:)
- !=(_:_:)
- overlaps(_:)
- overlaps(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- starts(with:)
- starts(with:by:)
- startIndex
- endIndex
- indices
- index(after:)
- formIndex(after:)
- index(before:)
- formIndex(before:)
- index(_:offsetBy:)
- formIndex(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- formIndex(_:offsetBy:limitedBy:)
- distance(from:to:)
- hash(into:)
- description
- debugDescription
- customMirror
- encode(to:)
- init(from:)
- withContiguousStorageIfAvailable(_:)
- index(of:)
- init(uncheckedBounds:)
- ClosedRange.Element
- ClosedRange.Index
- ClosedRange.Iterator
- ClosedRange.SubSequence
- difference(from:)
- difference(from:by:)
- Error
- Result
- Optional
-
Numeric Protocols
- AdditiveArithmetic
- Numeric
- SignedNumeric
- Strideable
- BinaryInteger
-
FixedWidthInteger
- init(_:radix:)
- init(bigEndian:)
- init(littleEndian:)
- bigEndian
- byteSwapped
- leadingZeroBitCount
- littleEndian
- nonzeroBitCount
- bitWidth
- max
- min
- addingReportingOverflow(_:)
- dividedReportingOverflow(by:)
- dividingFullWidth(_:)
- multipliedFullWidth(by:)
- multipliedReportingOverflow(by:)
- remainderReportingOverflow(dividingBy:)
- subtractingReportingOverflow(_:)
- random(in:)
- random(in:)
- random(in:using:)
- random(in:using:)
- &*(_:_:)
- &*=(_:_:)
- &+(_:_:)
- &+=(_:_:)
- &-(_:_:)
- &-=(_:_:)
- &<<(_:_:)
- &<<=(_:_:)
- &>>(_:_:)
- &>>=(_:_:)
- SignedInteger
- UnsignedInteger
-
FloatingPoint
-
FloatingPointClassification
- FloatingPointClassification.negativeInfinity
- FloatingPointClassification.negativeNormal
- FloatingPointClassification.negativeSubnormal
- FloatingPointClassification.negativeZero
- FloatingPointClassification.positiveInfinity
- FloatingPointClassification.positiveNormal
- FloatingPointClassification.positiveSubnormal
- FloatingPointClassification.positiveZero
- FloatingPointClassification.quietNaN
- FloatingPointClassification.signalingNaN
- !=(_:_:)
- FloatingPointRoundingRule
- FloatingPointSign
- <(_:_:)
- <=(_:_:)
- >(_:_:)
- >=(_:_:)
- Exponent
- init(_:)
- init(_:)
- init(exactly:)
- init(sign:exponent:significand:)
- init(signOf:magnitudeOf:)
- exponent
- floatingPointClass
- isCanonical
- isFinite
- isInfinite
- isNaN
- isNormal
- isSignalingNaN
- isSubnormal
- isZero
- nextDown
- nextUp
- sign
- significand
- ulp
- greatestFiniteMagnitude
- infinity
- leastNonzeroMagnitude
- leastNormalMagnitude
- nan
- pi
- radix
- signalingNaN
- ulpOfOne
- addProduct(_:_:)
- addingProduct(_:_:)
- formRemainder(dividingBy:)
- formSquareRoot()
- formTruncatingRemainder(dividingBy:)
- isEqual(to:)
- isLess(than:)
- isLessThanOrEqualTo(_:)
- isTotallyOrdered(belowOrEqualTo:)
- negate()
- remainder(dividingBy:)
- round()
- round(_:)
- rounded()
- rounded(_:)
- squareRoot()
- truncatingRemainder(dividingBy:)
- maximum(_:_:)
- maximumMagnitude(_:_:)
- minimum(_:_:)
- minimumMagnitude(_:_:)
- *(_:_:)
- *=(_:_:)
- +(_:_:)
- +=(_:_:)
- -(_:)
- -(_:_:)
- -=(_:_:)
- /(_:_:)
- /=(_:_:)
- ==(_:_:)
-
FloatingPointClassification
- BinaryFloatingPoint
-
Special-Use Numeric Types
-
UInt
- UInt.IntegerLiteralType
- UInt.Magnitude
- UInt.SIMDMaskScalar
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:radix:)
- init(bigEndian:)
- init(bitPattern:)
- init(bitPattern:)
- init(bitPattern:)
- init(bitPattern:)
- init(clamping:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(from:)
- init(integerLiteral:)
- init(littleEndian:)
- init(truncatingIfNeeded:)
- bigEndian
- bitWidth
- byteSwapped
- customMirror
- customPlaygroundQuickLook
- description
- leadingZeroBitCount
- littleEndian
- magnitude
- nonzeroBitCount
- trailingZeroBitCount
- words
- bitWidth
- isSigned
- max
- min
- zero
- addingReportingOverflow(_:)
- advanced(by:)
- distance(to:)
- dividedReportingOverflow(by:)
- dividingFullWidth(_:)
- encode(to:)
- hash(into:)
- isMultiple(of:)
- multipliedFullWidth(by:)
- multipliedReportingOverflow(by:)
- quotientAndRemainder(dividingBy:)
- remainderReportingOverflow(dividingBy:)
- signum()
- subtractingReportingOverflow(_:)
- random(in:)
- random(in:)
- random(in:using:)
- random(in:using:)
- !=(_:_:)
- !=(_:_:)
- %(_:_:)
- %=(_:_:)
- &(_:_:)
- &*(_:_:)
- &*=(_:_:)
- &+(_:_:)
- &+=(_:_:)
- &-(_:_:)
- &-=(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<=(_:_:)
- &<<=(_:_:)
- &=(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>=(_:_:)
- &>>=(_:_:)
- *(_:_:)
- *=(_:_:)
- +(_:)
- +(_:_:)
- +=(_:_:)
- -(_:_:)
- -=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- /(_:_:)
- /=(_:_:)
- <(_:_:)
- <(_:_:)
- <<(_:_:)
- <<(_:_:)
- <<=(_:_:)
- <=(_:_:)
- <=(_:_:)
- ==(_:_:)
- ==(_:_:)
- >(_:_:)
- >(_:_:)
- >=(_:_:)
- >=(_:_:)
- >>(_:_:)
- >>(_:_:)
- >>=(_:_:)
- ^(_:_:)
- ^=(_:_:)
- |(_:_:)
- |=(_:_:)
- ~(_:)
- UInt.SIMD16Storage
- UInt.SIMD2Storage
- UInt.SIMD32Storage
- UInt.SIMD4Storage
- UInt.SIMD64Storage
- UInt.SIMD8Storage
-
UInt.Words
- UInt.Words.Indices
- UInt.Words.SubSequence
- init(_:)
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
UInt8
- UInt8.IntegerLiteralType
- UInt8.Magnitude
- UInt8.SIMDMaskScalar
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:radix:)
- init(ascii:)
- init(bigEndian:)
- init(bitPattern:)
- init(clamping:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(from:)
- init(integerLiteral:)
- init(littleEndian:)
- init(truncatingIfNeeded:)
- bigEndian
- bitWidth
- byteSwapped
- customMirror
- customPlaygroundQuickLook
- description
- leadingZeroBitCount
- littleEndian
- magnitude
- nonzeroBitCount
- trailingZeroBitCount
- words
- bitWidth
- isSigned
- max
- min
- zero
- addingReportingOverflow(_:)
- advanced(by:)
- distance(to:)
- dividedReportingOverflow(by:)
- dividingFullWidth(_:)
- encode(to:)
- hash(into:)
- isMultiple(of:)
- multipliedFullWidth(by:)
- multipliedReportingOverflow(by:)
- quotientAndRemainder(dividingBy:)
- remainderReportingOverflow(dividingBy:)
- signum()
- subtractingReportingOverflow(_:)
- random(in:)
- random(in:)
- random(in:using:)
- random(in:using:)
- !=(_:_:)
- !=(_:_:)
- %(_:_:)
- %=(_:_:)
- &(_:_:)
- &*(_:_:)
- &*=(_:_:)
- &+(_:_:)
- &+=(_:_:)
- &-(_:_:)
- &-=(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<=(_:_:)
- &<<=(_:_:)
- &=(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>=(_:_:)
- &>>=(_:_:)
- *(_:_:)
- *=(_:_:)
- +(_:)
- +(_:_:)
- +=(_:_:)
- -(_:_:)
- -=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- /(_:_:)
- /=(_:_:)
- <(_:_:)
- <(_:_:)
- <<(_:_:)
- <<(_:_:)
- <<=(_:_:)
- <=(_:_:)
- <=(_:_:)
- ==(_:_:)
- ==(_:_:)
- >(_:_:)
- >(_:_:)
- >=(_:_:)
- >=(_:_:)
- >>(_:_:)
- >>(_:_:)
- >>=(_:_:)
- ^(_:_:)
- ^=(_:_:)
- |(_:_:)
- |=(_:_:)
- ~(_:)
- UInt8.SIMD16Storage
- UInt8.SIMD2Storage
- UInt8.SIMD32Storage
- UInt8.SIMD4Storage
- UInt8.SIMD64Storage
- UInt8.SIMD8Storage
-
UInt8.Words
- UInt8.Words.Indices
- UInt8.Words.SubSequence
- init(_:)
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
UInt16
- UInt16.IntegerLiteralType
- UInt16.Magnitude
- UInt16.SIMDMaskScalar
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:radix:)
- init(bigEndian:)
- init(bitPattern:)
- init(clamping:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(from:)
- init(integerLiteral:)
- init(littleEndian:)
- init(truncatingIfNeeded:)
- bigEndian
- bitWidth
- byteSwapped
- customMirror
- customPlaygroundQuickLook
- description
- leadingZeroBitCount
- littleEndian
- magnitude
- nonzeroBitCount
- trailingZeroBitCount
- words
- bitWidth
- isSigned
- max
- min
- zero
- addingReportingOverflow(_:)
- advanced(by:)
- distance(to:)
- dividedReportingOverflow(by:)
- dividingFullWidth(_:)
- encode(to:)
- hash(into:)
- isMultiple(of:)
- multipliedFullWidth(by:)
- multipliedReportingOverflow(by:)
- quotientAndRemainder(dividingBy:)
- remainderReportingOverflow(dividingBy:)
- signum()
- subtractingReportingOverflow(_:)
- random(in:)
- random(in:)
- random(in:using:)
- random(in:using:)
- !=(_:_:)
- !=(_:_:)
- %(_:_:)
- %=(_:_:)
- &(_:_:)
- &*(_:_:)
- &*=(_:_:)
- &+(_:_:)
- &+=(_:_:)
- &-(_:_:)
- &-=(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<=(_:_:)
- &<<=(_:_:)
- &=(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>=(_:_:)
- &>>=(_:_:)
- *(_:_:)
- *=(_:_:)
- +(_:)
- +(_:_:)
- +=(_:_:)
- -(_:_:)
- -=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- /(_:_:)
- /=(_:_:)
- <(_:_:)
- <(_:_:)
- <<(_:_:)
- <<(_:_:)
- <<=(_:_:)
- <=(_:_:)
- <=(_:_:)
- ==(_:_:)
- ==(_:_:)
- >(_:_:)
- >(_:_:)
- >=(_:_:)
- >=(_:_:)
- >>(_:_:)
- >>(_:_:)
- >>=(_:_:)
- ^(_:_:)
- ^=(_:_:)
- |(_:_:)
- |=(_:_:)
- ~(_:)
- UInt16.SIMD16Storage
- UInt16.SIMD2Storage
- UInt16.SIMD32Storage
- UInt16.SIMD4Storage
- UInt16.SIMD64Storage
- UInt16.SIMD8Storage
-
UInt16.Words
- UInt16.Words.Indices
- UInt16.Words.SubSequence
- init(_:)
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
UInt32
- UInt32.IntegerLiteralType
- UInt32.Magnitude
- UInt32.SIMDMaskScalar
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:radix:)
- init(bigEndian:)
- init(bitPattern:)
- init(clamping:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(from:)
- init(integerLiteral:)
- init(littleEndian:)
- init(truncatingIfNeeded:)
- bigEndian
- bitWidth
- byteSwapped
- customMirror
- customPlaygroundQuickLook
- description
- leadingZeroBitCount
- littleEndian
- magnitude
- nonzeroBitCount
- trailingZeroBitCount
- words
- bitWidth
- isSigned
- max
- min
- zero
- addingReportingOverflow(_:)
- advanced(by:)
- distance(to:)
- dividedReportingOverflow(by:)
- dividingFullWidth(_:)
- encode(to:)
- hash(into:)
- isMultiple(of:)
- multipliedFullWidth(by:)
- multipliedReportingOverflow(by:)
- quotientAndRemainder(dividingBy:)
- remainderReportingOverflow(dividingBy:)
- signum()
- subtractingReportingOverflow(_:)
- random(in:)
- random(in:)
- random(in:using:)
- random(in:using:)
- !=(_:_:)
- !=(_:_:)
- %(_:_:)
- %=(_:_:)
- &(_:_:)
- &*(_:_:)
- &*=(_:_:)
- &+(_:_:)
- &+=(_:_:)
- &-(_:_:)
- &-=(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<=(_:_:)
- &<<=(_:_:)
- &=(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>=(_:_:)
- &>>=(_:_:)
- *(_:_:)
- *=(_:_:)
- +(_:)
- +(_:_:)
- +=(_:_:)
- -(_:_:)
- -=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- /(_:_:)
- /=(_:_:)
- <(_:_:)
- <(_:_:)
- <<(_:_:)
- <<(_:_:)
- <<=(_:_:)
- <=(_:_:)
- <=(_:_:)
- ==(_:_:)
- ==(_:_:)
- >(_:_:)
- >(_:_:)
- >=(_:_:)
- >=(_:_:)
- >>(_:_:)
- >>(_:_:)
- >>=(_:_:)
- ^(_:_:)
- ^=(_:_:)
- |(_:_:)
- |=(_:_:)
- ~(_:)
- UInt32.SIMD16Storage
- UInt32.SIMD2Storage
- UInt32.SIMD32Storage
- UInt32.SIMD4Storage
- UInt32.SIMD64Storage
- UInt32.SIMD8Storage
-
UInt32.Words
- UInt32.Words.Indices
- UInt32.Words.SubSequence
- init(_:)
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
UInt64
- UInt64.IntegerLiteralType
- UInt64.Magnitude
- UInt64.SIMDMaskScalar
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:radix:)
- init(bigEndian:)
- init(bitPattern:)
- init(clamping:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(from:)
- init(integerLiteral:)
- init(littleEndian:)
- init(truncatingIfNeeded:)
- bigEndian
- bitWidth
- byteSwapped
- customMirror
- customPlaygroundQuickLook
- description
- leadingZeroBitCount
- littleEndian
- magnitude
- nonzeroBitCount
- trailingZeroBitCount
- words
- bitWidth
- isSigned
- max
- min
- zero
- addingReportingOverflow(_:)
- advanced(by:)
- distance(to:)
- dividedReportingOverflow(by:)
- dividingFullWidth(_:)
- encode(to:)
- hash(into:)
- isMultiple(of:)
- multipliedFullWidth(by:)
- multipliedReportingOverflow(by:)
- quotientAndRemainder(dividingBy:)
- remainderReportingOverflow(dividingBy:)
- signum()
- subtractingReportingOverflow(_:)
- random(in:)
- random(in:)
- random(in:using:)
- random(in:using:)
- !=(_:_:)
- !=(_:_:)
- %(_:_:)
- %=(_:_:)
- &(_:_:)
- &*(_:_:)
- &*=(_:_:)
- &+(_:_:)
- &+=(_:_:)
- &-(_:_:)
- &-=(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<=(_:_:)
- &<<=(_:_:)
- &=(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>=(_:_:)
- &>>=(_:_:)
- *(_:_:)
- *=(_:_:)
- +(_:)
- +(_:_:)
- +=(_:_:)
- -(_:_:)
- -=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- /(_:_:)
- /=(_:_:)
- <(_:_:)
- <(_:_:)
- <<(_:_:)
- <<(_:_:)
- <<=(_:_:)
- <=(_:_:)
- <=(_:_:)
- ==(_:_:)
- ==(_:_:)
- >(_:_:)
- >(_:_:)
- >=(_:_:)
- >=(_:_:)
- >>(_:_:)
- >>(_:_:)
- >>=(_:_:)
- ^(_:_:)
- ^=(_:_:)
- |(_:_:)
- |=(_:_:)
- ~(_:)
- UInt64.SIMD16Storage
- UInt64.SIMD2Storage
- UInt64.SIMD32Storage
- UInt64.SIMD4Storage
- UInt64.SIMD64Storage
- UInt64.SIMD8Storage
-
UInt64.Words
- UInt64.Words.Indices
- UInt64.Words.SubSequence
- init(_:)
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
Int8
- Int8.SIMDMaskScalar
- Int8.IntegerLiteralType
- Int8.Magnitude
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:radix:)
- init(bigEndian:)
- init(bitPattern:)
- init(clamping:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(from:)
- init(integerLiteral:)
- init(littleEndian:)
- init(truncatingIfNeeded:)
- bigEndian
- bitWidth
- byteSwapped
- customMirror
- customPlaygroundQuickLook
- description
- leadingZeroBitCount
- littleEndian
- magnitude
- nonzeroBitCount
- trailingZeroBitCount
- words
- bitWidth
- isSigned
- max
- min
- zero
- addingReportingOverflow(_:)
- advanced(by:)
- distance(to:)
- dividedReportingOverflow(by:)
- dividingFullWidth(_:)
- encode(to:)
- hash(into:)
- isMultiple(of:)
- multipliedFullWidth(by:)
- multipliedReportingOverflow(by:)
- negate()
- quotientAndRemainder(dividingBy:)
- remainderReportingOverflow(dividingBy:)
- signum()
- subtractingReportingOverflow(_:)
- random(in:)
- random(in:)
- random(in:using:)
- random(in:using:)
- !=(_:_:)
- !=(_:_:)
- %(_:_:)
- %=(_:_:)
- &(_:_:)
- &*(_:_:)
- &*=(_:_:)
- &+(_:_:)
- &+=(_:_:)
- &-(_:_:)
- &-=(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<=(_:_:)
- &<<=(_:_:)
- &=(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>=(_:_:)
- &>>=(_:_:)
- *(_:_:)
- *=(_:_:)
- +(_:)
- +(_:_:)
- +=(_:_:)
- -(_:)
- -(_:_:)
- -=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- /(_:_:)
- /=(_:_:)
- <(_:_:)
- <(_:_:)
- <<(_:_:)
- <<(_:_:)
- <<=(_:_:)
- <=(_:_:)
- <=(_:_:)
- ==(_:_:)
- ==(_:_:)
- >(_:_:)
- >(_:_:)
- >=(_:_:)
- >=(_:_:)
- >>(_:_:)
- >>(_:_:)
- >>=(_:_:)
- ^(_:_:)
- ^=(_:_:)
- |(_:_:)
- |=(_:_:)
- ~(_:)
- Int8.SIMD16Storage
- Int8.SIMD2Storage
- Int8.SIMD32Storage
- Int8.SIMD4Storage
- Int8.SIMD64Storage
- Int8.SIMD8Storage
-
Int8.Words
- Int8.Words.Indices
- Int8.Words.SubSequence
- init(_:)
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
Int16
- Int16.SIMDMaskScalar
- Int16.IntegerLiteralType
- Int16.Magnitude
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:radix:)
- init(bigEndian:)
- init(bitPattern:)
- init(clamping:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(from:)
- init(integerLiteral:)
- init(littleEndian:)
- init(truncatingIfNeeded:)
- bigEndian
- bitWidth
- byteSwapped
- customMirror
- customPlaygroundQuickLook
- description
- leadingZeroBitCount
- littleEndian
- magnitude
- nonzeroBitCount
- trailingZeroBitCount
- words
- bitWidth
- isSigned
- max
- min
- zero
- addingReportingOverflow(_:)
- advanced(by:)
- distance(to:)
- dividedReportingOverflow(by:)
- dividingFullWidth(_:)
- encode(to:)
- hash(into:)
- isMultiple(of:)
- multipliedFullWidth(by:)
- multipliedReportingOverflow(by:)
- negate()
- quotientAndRemainder(dividingBy:)
- remainderReportingOverflow(dividingBy:)
- signum()
- subtractingReportingOverflow(_:)
- random(in:)
- random(in:)
- random(in:using:)
- random(in:using:)
- !=(_:_:)
- !=(_:_:)
- %(_:_:)
- %=(_:_:)
- &(_:_:)
- &*(_:_:)
- &*=(_:_:)
- &+(_:_:)
- &+=(_:_:)
- &-(_:_:)
- &-=(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<=(_:_:)
- &<<=(_:_:)
- &=(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>=(_:_:)
- &>>=(_:_:)
- *(_:_:)
- *=(_:_:)
- +(_:)
- +(_:_:)
- +=(_:_:)
- -(_:)
- -(_:_:)
- -=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- /(_:_:)
- /=(_:_:)
- <(_:_:)
- <(_:_:)
- <<(_:_:)
- <<(_:_:)
- <<=(_:_:)
- <=(_:_:)
- <=(_:_:)
- ==(_:_:)
- ==(_:_:)
- >(_:_:)
- >(_:_:)
- >=(_:_:)
- >=(_:_:)
- >>(_:_:)
- >>(_:_:)
- >>=(_:_:)
- ^(_:_:)
- ^=(_:_:)
- |(_:_:)
- |=(_:_:)
- ~(_:)
- Int16.SIMD16Storage
- Int16.SIMD2Storage
- Int16.SIMD32Storage
- Int16.SIMD4Storage
- Int16.SIMD64Storage
- Int16.SIMD8Storage
-
Int16.Words
- Int16.Words.Indices
- Int16.Words.SubSequence
- init(_:)
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
Int32
- Int32.SIMDMaskScalar
- Int32.IntegerLiteralType
- Int32.Magnitude
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:radix:)
- init(bigEndian:)
- init(bitPattern:)
- init(clamping:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(from:)
- init(integerLiteral:)
- init(littleEndian:)
- init(truncatingIfNeeded:)
- bigEndian
- bitWidth
- byteSwapped
- customMirror
- customPlaygroundQuickLook
- description
- leadingZeroBitCount
- littleEndian
- magnitude
- nonzeroBitCount
- trailingZeroBitCount
- words
- bitWidth
- isSigned
- max
- min
- zero
- addingReportingOverflow(_:)
- advanced(by:)
- distance(to:)
- dividedReportingOverflow(by:)
- dividingFullWidth(_:)
- encode(to:)
- hash(into:)
- isMultiple(of:)
- multipliedFullWidth(by:)
- multipliedReportingOverflow(by:)
- negate()
- quotientAndRemainder(dividingBy:)
- remainderReportingOverflow(dividingBy:)
- signum()
- subtractingReportingOverflow(_:)
- random(in:)
- random(in:)
- random(in:using:)
- random(in:using:)
- !=(_:_:)
- !=(_:_:)
- %(_:_:)
- %=(_:_:)
- &(_:_:)
- &*(_:_:)
- &*=(_:_:)
- &+(_:_:)
- &+=(_:_:)
- &-(_:_:)
- &-=(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<=(_:_:)
- &<<=(_:_:)
- &=(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>=(_:_:)
- &>>=(_:_:)
- *(_:_:)
- *=(_:_:)
- +(_:)
- +(_:_:)
- +=(_:_:)
- -(_:)
- -(_:_:)
- -=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- /(_:_:)
- /=(_:_:)
- <(_:_:)
- <(_:_:)
- <<(_:_:)
- <<(_:_:)
- <<=(_:_:)
- <=(_:_:)
- <=(_:_:)
- ==(_:_:)
- ==(_:_:)
- >(_:_:)
- >(_:_:)
- >=(_:_:)
- >=(_:_:)
- >>(_:_:)
- >>(_:_:)
- >>=(_:_:)
- ^(_:_:)
- ^=(_:_:)
- |(_:_:)
- |=(_:_:)
- ~(_:)
- Int32.SIMD16Storage
- Int32.SIMD2Storage
- Int32.SIMD32Storage
- Int32.SIMD4Storage
- Int32.SIMD64Storage
- Int32.SIMD8Storage
-
Int32.Words
- Int32.Words.Indices
- Int32.Words.SubSequence
- init(_:)
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
Int64
- Int64.SIMDMaskScalar
- Int64.IntegerLiteralType
- Int64.Magnitude
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:radix:)
- init(bigEndian:)
- init(bitPattern:)
- init(clamping:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(from:)
- init(integerLiteral:)
- init(littleEndian:)
- init(truncatingIfNeeded:)
- bigEndian
- bitWidth
- byteSwapped
- customMirror
- customPlaygroundQuickLook
- description
- leadingZeroBitCount
- littleEndian
- magnitude
- nonzeroBitCount
- trailingZeroBitCount
- words
- bitWidth
- isSigned
- max
- min
- zero
- addingReportingOverflow(_:)
- advanced(by:)
- distance(to:)
- dividedReportingOverflow(by:)
- dividingFullWidth(_:)
- encode(to:)
- hash(into:)
- isMultiple(of:)
- multipliedFullWidth(by:)
- multipliedReportingOverflow(by:)
- negate()
- quotientAndRemainder(dividingBy:)
- remainderReportingOverflow(dividingBy:)
- signum()
- subtractingReportingOverflow(_:)
- random(in:)
- random(in:)
- random(in:using:)
- random(in:using:)
- !=(_:_:)
- !=(_:_:)
- %(_:_:)
- %=(_:_:)
- &(_:_:)
- &*(_:_:)
- &*=(_:_:)
- &+(_:_:)
- &+=(_:_:)
- &-(_:_:)
- &-=(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<=(_:_:)
- &<<=(_:_:)
- &=(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>=(_:_:)
- &>>=(_:_:)
- *(_:_:)
- *=(_:_:)
- +(_:)
- +(_:_:)
- +=(_:_:)
- -(_:)
- -(_:_:)
- -=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- /(_:_:)
- /=(_:_:)
- <(_:_:)
- <(_:_:)
- <<(_:_:)
- <<(_:_:)
- <<=(_:_:)
- <=(_:_:)
- <=(_:_:)
- ==(_:_:)
- ==(_:_:)
- >(_:_:)
- >(_:_:)
- >=(_:_:)
- >=(_:_:)
- >>(_:_:)
- >>(_:_:)
- >>=(_:_:)
- ^(_:_:)
- ^=(_:_:)
- |(_:_:)
- |=(_:_:)
- ~(_:)
- Int64.SIMD16Storage
- Int64.SIMD2Storage
- Int64.SIMD32Storage
- Int64.SIMD4Storage
- Int64.SIMD64Storage
- Int64.SIMD8Storage
-
Int64.Words
- Int64.Words.Indices
- Int64.Words.SubSequence
- init(_:)
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- numericCast(_:)
-
Float16
- Float16.Exponent
- Float16.FloatLiteralType
- Float16.IntegerLiteralType
- Float16.Magnitude
- Float16.RawExponent
- Float16.RawSignificand
- Float16.SIMDMaskScalar
- Float16.Stride
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(bitPattern:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(floatLiteral:)
- init(from:)
- init(integerLiteral:)
- init(integerLiteral:)
- init(nan:signaling:)
- init(sign:exponent:significand:)
- init(sign:exponentBitPattern:significandBitPattern:)
- init(signOf:magnitudeOf:)
- binade
- bitPattern
- debugDescription
- description
- exponent
- exponentBitPattern
- floatingPointClass
- hashValue
- isCanonical
- isFinite
- isInfinite
- isNaN
- isNormal
- isSignalingNaN
- isSubnormal
- isZero
- magnitude
- nextDown
- nextUp
- sign
- significand
- significandBitPattern
- significandWidth
- ulp
- exponentBitCount
- greatestFiniteMagnitude
- infinity
- leastNonzeroMagnitude
- leastNormalMagnitude
- nan
- pi
- radix
- signalingNaN
- significandBitCount
- ulpOfOne
- zero
- addProduct(_:_:)
- addingProduct(_:_:)
- advanced(by:)
- distance(to:)
- encode(to:)
- formRemainder(dividingBy:)
- formSquareRoot()
- formTruncatingRemainder(dividingBy:)
- hash(into:)
- isEqual(to:)
- isLess(than:)
- isLessThanOrEqualTo(_:)
- isTotallyOrdered(belowOrEqualTo:)
- negate()
- remainder(dividingBy:)
- round()
- round(_:)
- rounded()
- rounded(_:)
- squareRoot()
- truncatingRemainder(dividingBy:)
- write(to:)
- maximum(_:_:)
- maximumMagnitude(_:_:)
- minimum(_:_:)
- minimumMagnitude(_:_:)
- random(in:)
- random(in:)
- random(in:using:)
- random(in:using:)
- !=(_:_:)
- *(_:_:)
- *=(_:_:)
- +(_:)
- +(_:_:)
- +=(_:_:)
- -(_:)
- -(_:_:)
- -=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- /(_:_:)
- /=(_:_:)
- <(_:_:)
- <=(_:_:)
- ==(_:_:)
- >(_:_:)
- >=(_:_:)
- Float16.SIMD16Storage
- Float16.SIMD2Storage
- Float16.SIMD32Storage
- Float16.SIMD4Storage
- Float16.SIMD64Storage
- Float16.SIMD8Storage
-
Float80
- Float80.Exponent
- Float80.Magnitude
- Float80.RawSignificand
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(floatLiteral:)
- init(integerLiteral:)
- init(integerLiteral:)
- init(nan:signaling:)
- init(sign:exponent:significand:)
- init(sign:exponentBitPattern:significandBitPattern:)
- binade
- customMirror
- debugDescription
- description
- exponent
- exponentBitPattern
- floatingPointClass
- isCanonical
- isFinite
- isInfinite
- isNaN
- isNormal
- isSignalingNaN
- isSubnormal
- isZero
- magnitude
- nextDown
- nextUp
- sign
- significand
- significandBitPattern
- significandWidth
- ulp
- exponentBitCount
- greatestFiniteMagnitude
- infinity
- leastNonzeroMagnitude
- leastNormalMagnitude
- nan
- pi
- radix
- signalingNaN
- significandBitCount
- ulpOfOne
- zero
- addProduct(_:_:)
- addingProduct(_:_:)
- advanced(by:)
- distance(to:)
- formRemainder(dividingBy:)
- formSquareRoot()
- formTruncatingRemainder(dividingBy:)
- hash(into:)
- isEqual(to:)
- isLess(than:)
- isLessThanOrEqualTo(_:)
- isTotallyOrdered(belowOrEqualTo:)
- negate()
- remainder(dividingBy:)
- round()
- round(_:)
- rounded()
- rounded(_:)
- squareRoot()
- truncatingRemainder(dividingBy:)
- write(to:)
- maximum(_:_:)
- maximumMagnitude(_:_:)
- minimum(_:_:)
- minimumMagnitude(_:_:)
- random(in:)
- random(in:)
- random(in:using:)
- random(in:using:)
- !=(_:_:)
- *(_:_:)
- *=(_:_:)
- +(_:)
- +(_:_:)
- +=(_:_:)
- -(_:)
- -(_:_:)
- -=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- /(_:_:)
- /=(_:_:)
- <(_:_:)
- <=(_:_:)
- ==(_:_:)
- >(_:_:)
- >=(_:_:)
- Float32
- Float64
-
UInt
-
SIMD Vector Types
-
SIMD2
- SIMD2.MaskStorage
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:_:)
- init(_:rounding:)
- init(arrayLiteral:)
- init(clamping:)
- init(from:)
- init(repeating:)
- init(truncatingIfNeeded:)
- init(x:y:)
- debugDescription
- description
- indices
- leadingZeroBitCount
- nonzeroBitCount
- scalarCount
- trailingZeroBitCount
- x
- y
- zero
- addProduct(_:_:)
- addProduct(_:_:)
- addProduct(_:_:)
- addingProduct(_:_:)
- addingProduct(_:_:)
- addingProduct(_:_:)
- encode(to:)
- formSquareRoot()
- hash(into:)
- replace(with:where:)
- replace(with:where:)
- replacing(with:where:)
- replacing(with:where:)
- round(_:)
- rounded(_:)
- squareRoot()
- random(in:)
- random(in:)
- random(in:using:)
- random(in:using:)
- random(in:using:)
- random(in:using:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- !=(_:_:)
- %(_:_:)
- %(_:_:)
- %(_:_:)
- %=(_:_:)
- %=(_:_:)
- &(_:_:)
- &(_:_:)
- &(_:_:)
- &*(_:_:)
- &*(_:_:)
- &*(_:_:)
- &*=(_:_:)
- &*=(_:_:)
- &+(_:_:)
- &+(_:_:)
- &+(_:_:)
- &+=(_:_:)
- &+=(_:_:)
- &-(_:_:)
- &-(_:_:)
- &-(_:_:)
- &-=(_:_:)
- &-=(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<=(_:_:)
- &<<=(_:_:)
- &=(_:_:)
- &=(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>=(_:_:)
- &>>=(_:_:)
- *(_:_:)
- *(_:_:)
- *(_:_:)
- *=(_:_:)
- *=(_:_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- +=(_:_:)
- -(_:)
- -(_:_:)
- -(_:_:)
- -(_:_:)
- -=(_:_:)
- -=(_:_:)
- .!=(_:_:)
- .!=(_:_:)
- .!=(_:_:)
- .<(_:_:)
- .<(_:_:)
- .<(_:_:)
- .<=(_:_:)
- .<=(_:_:)
- .<=(_:_:)
- .==(_:_:)
- .==(_:_:)
- .==(_:_:)
- .>(_:_:)
- .>(_:_:)
- .>(_:_:)
- .>=(_:_:)
- .>=(_:_:)
- .>=(_:_:)
- /(_:_:)
- /(_:_:)
- /(_:_:)
- /=(_:_:)
- /=(_:_:)
- ==(_:_:)
- ^(_:_:)
- ^(_:_:)
- ^(_:_:)
- ^=(_:_:)
- ^=(_:_:)
- |(_:_:)
- |(_:_:)
- |(_:_:)
- |=(_:_:)
- |=(_:_:)
- ~(_:)
-
SIMD3
- SIMD3.MaskStorage
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:_:_:)
- init(_:rounding:)
- init(arrayLiteral:)
- init(clamping:)
- init(from:)
- init(repeating:)
- init(truncatingIfNeeded:)
- init(x:y:z:)
- debugDescription
- description
- indices
- leadingZeroBitCount
- nonzeroBitCount
- scalarCount
- trailingZeroBitCount
- x
- y
- z
- zero
- addProduct(_:_:)
- addProduct(_:_:)
- addProduct(_:_:)
- addingProduct(_:_:)
- addingProduct(_:_:)
- addingProduct(_:_:)
- encode(to:)
- formSquareRoot()
- hash(into:)
- replace(with:where:)
- replace(with:where:)
- replacing(with:where:)
- replacing(with:where:)
- round(_:)
- rounded(_:)
- squareRoot()
- random(in:)
- random(in:)
- random(in:using:)
- random(in:using:)
- random(in:using:)
- random(in:using:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- !=(_:_:)
- %(_:_:)
- %(_:_:)
- %(_:_:)
- %=(_:_:)
- %=(_:_:)
- &(_:_:)
- &(_:_:)
- &(_:_:)
- &*(_:_:)
- &*(_:_:)
- &*(_:_:)
- &*=(_:_:)
- &*=(_:_:)
- &+(_:_:)
- &+(_:_:)
- &+(_:_:)
- &+=(_:_:)
- &+=(_:_:)
- &-(_:_:)
- &-(_:_:)
- &-(_:_:)
- &-=(_:_:)
- &-=(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<=(_:_:)
- &<<=(_:_:)
- &=(_:_:)
- &=(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>=(_:_:)
- &>>=(_:_:)
- *(_:_:)
- *(_:_:)
- *(_:_:)
- *=(_:_:)
- *=(_:_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- +=(_:_:)
- -(_:)
- -(_:_:)
- -(_:_:)
- -(_:_:)
- -=(_:_:)
- -=(_:_:)
- .!=(_:_:)
- .!=(_:_:)
- .!=(_:_:)
- .<(_:_:)
- .<(_:_:)
- .<(_:_:)
- .<=(_:_:)
- .<=(_:_:)
- .<=(_:_:)
- .==(_:_:)
- .==(_:_:)
- .==(_:_:)
- .>(_:_:)
- .>(_:_:)
- .>(_:_:)
- .>=(_:_:)
- .>=(_:_:)
- .>=(_:_:)
- /(_:_:)
- /(_:_:)
- /(_:_:)
- /=(_:_:)
- /=(_:_:)
- ==(_:_:)
- ^(_:_:)
- ^(_:_:)
- ^(_:_:)
- ^=(_:_:)
- ^=(_:_:)
- |(_:_:)
- |(_:_:)
- |(_:_:)
- |=(_:_:)
- |=(_:_:)
- ~(_:)
-
SIMD4
- SIMD4.MaskStorage
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:_:_:_:)
- init(_:rounding:)
- init(arrayLiteral:)
- init(clamping:)
- init(from:)
- init(lowHalf:highHalf:)
- init(repeating:)
- init(truncatingIfNeeded:)
- init(x:y:z:w:)
- debugDescription
- description
- evenHalf
- highHalf
- indices
- leadingZeroBitCount
- lowHalf
- nonzeroBitCount
- oddHalf
- scalarCount
- trailingZeroBitCount
- w
- x
- y
- z
- zero
- addProduct(_:_:)
- addProduct(_:_:)
- addProduct(_:_:)
- addingProduct(_:_:)
- addingProduct(_:_:)
- addingProduct(_:_:)
- encode(to:)
- formSquareRoot()
- hash(into:)
- replace(with:where:)
- replace(with:where:)
- replacing(with:where:)
- replacing(with:where:)
- round(_:)
- rounded(_:)
- squareRoot()
- random(in:)
- random(in:)
- random(in:using:)
- random(in:using:)
- random(in:using:)
- random(in:using:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- !=(_:_:)
- %(_:_:)
- %(_:_:)
- %(_:_:)
- %=(_:_:)
- %=(_:_:)
- &(_:_:)
- &(_:_:)
- &(_:_:)
- &*(_:_:)
- &*(_:_:)
- &*(_:_:)
- &*=(_:_:)
- &*=(_:_:)
- &+(_:_:)
- &+(_:_:)
- &+(_:_:)
- &+=(_:_:)
- &+=(_:_:)
- &-(_:_:)
- &-(_:_:)
- &-(_:_:)
- &-=(_:_:)
- &-=(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<=(_:_:)
- &<<=(_:_:)
- &=(_:_:)
- &=(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>=(_:_:)
- &>>=(_:_:)
- *(_:_:)
- *(_:_:)
- *(_:_:)
- *=(_:_:)
- *=(_:_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- +=(_:_:)
- -(_:)
- -(_:_:)
- -(_:_:)
- -(_:_:)
- -=(_:_:)
- -=(_:_:)
- .!=(_:_:)
- .!=(_:_:)
- .!=(_:_:)
- .<(_:_:)
- .<(_:_:)
- .<(_:_:)
- .<=(_:_:)
- .<=(_:_:)
- .<=(_:_:)
- .==(_:_:)
- .==(_:_:)
- .==(_:_:)
- .>(_:_:)
- .>(_:_:)
- .>(_:_:)
- .>=(_:_:)
- .>=(_:_:)
- .>=(_:_:)
- /(_:_:)
- /(_:_:)
- /(_:_:)
- /=(_:_:)
- /=(_:_:)
- ==(_:_:)
- ^(_:_:)
- ^(_:_:)
- ^(_:_:)
- ^=(_:_:)
- ^=(_:_:)
- |(_:_:)
- |(_:_:)
- |(_:_:)
- |=(_:_:)
- |=(_:_:)
- ~(_:)
-
SIMD8
- SIMD8.MaskStorage
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:_:_:_:_:_:_:_:)
- init(_:rounding:)
- init(arrayLiteral:)
- init(clamping:)
- init(from:)
- init(lowHalf:highHalf:)
- init(repeating:)
- init(truncatingIfNeeded:)
- debugDescription
- description
- evenHalf
- highHalf
- indices
- leadingZeroBitCount
- lowHalf
- nonzeroBitCount
- oddHalf
- scalarCount
- trailingZeroBitCount
- zero
- addProduct(_:_:)
- addProduct(_:_:)
- addProduct(_:_:)
- addingProduct(_:_:)
- addingProduct(_:_:)
- addingProduct(_:_:)
- encode(to:)
- formSquareRoot()
- hash(into:)
- replace(with:where:)
- replace(with:where:)
- replacing(with:where:)
- replacing(with:where:)
- round(_:)
- rounded(_:)
- squareRoot()
- random(in:)
- random(in:)
- random(in:using:)
- random(in:using:)
- random(in:using:)
- random(in:using:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- !=(_:_:)
- %(_:_:)
- %(_:_:)
- %(_:_:)
- %=(_:_:)
- %=(_:_:)
- &(_:_:)
- &(_:_:)
- &(_:_:)
- &*(_:_:)
- &*(_:_:)
- &*(_:_:)
- &*=(_:_:)
- &*=(_:_:)
- &+(_:_:)
- &+(_:_:)
- &+(_:_:)
- &+=(_:_:)
- &+=(_:_:)
- &-(_:_:)
- &-(_:_:)
- &-(_:_:)
- &-=(_:_:)
- &-=(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<=(_:_:)
- &<<=(_:_:)
- &=(_:_:)
- &=(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>=(_:_:)
- &>>=(_:_:)
- *(_:_:)
- *(_:_:)
- *(_:_:)
- *=(_:_:)
- *=(_:_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- +=(_:_:)
- -(_:)
- -(_:_:)
- -(_:_:)
- -(_:_:)
- -=(_:_:)
- -=(_:_:)
- .!=(_:_:)
- .!=(_:_:)
- .!=(_:_:)
- .<(_:_:)
- .<(_:_:)
- .<(_:_:)
- .<=(_:_:)
- .<=(_:_:)
- .<=(_:_:)
- .==(_:_:)
- .==(_:_:)
- .==(_:_:)
- .>(_:_:)
- .>(_:_:)
- .>(_:_:)
- .>=(_:_:)
- .>=(_:_:)
- .>=(_:_:)
- /(_:_:)
- /(_:_:)
- /(_:_:)
- /=(_:_:)
- /=(_:_:)
- ==(_:_:)
- ^(_:_:)
- ^(_:_:)
- ^(_:_:)
- ^=(_:_:)
- ^=(_:_:)
- |(_:_:)
- |(_:_:)
- |(_:_:)
- |=(_:_:)
- |=(_:_:)
- ~(_:)
-
SIMD16
- SIMD16.MaskStorage
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:)
- init(_:rounding:)
- init(arrayLiteral:)
- init(clamping:)
- init(from:)
- init(lowHalf:highHalf:)
- init(repeating:)
- init(truncatingIfNeeded:)
- debugDescription
- description
- evenHalf
- highHalf
- indices
- leadingZeroBitCount
- lowHalf
- nonzeroBitCount
- oddHalf
- scalarCount
- trailingZeroBitCount
- zero
- addProduct(_:_:)
- addProduct(_:_:)
- addProduct(_:_:)
- addingProduct(_:_:)
- addingProduct(_:_:)
- addingProduct(_:_:)
- encode(to:)
- formSquareRoot()
- hash(into:)
- replace(with:where:)
- replace(with:where:)
- replacing(with:where:)
- replacing(with:where:)
- round(_:)
- rounded(_:)
- squareRoot()
- random(in:)
- random(in:)
- random(in:using:)
- random(in:using:)
- random(in:using:)
- random(in:using:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- !=(_:_:)
- %(_:_:)
- %(_:_:)
- %(_:_:)
- %=(_:_:)
- %=(_:_:)
- &(_:_:)
- &(_:_:)
- &(_:_:)
- &*(_:_:)
- &*(_:_:)
- &*(_:_:)
- &*=(_:_:)
- &*=(_:_:)
- &+(_:_:)
- &+(_:_:)
- &+(_:_:)
- &+=(_:_:)
- &+=(_:_:)
- &-(_:_:)
- &-(_:_:)
- &-(_:_:)
- &-=(_:_:)
- &-=(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<=(_:_:)
- &<<=(_:_:)
- &=(_:_:)
- &=(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>=(_:_:)
- &>>=(_:_:)
- *(_:_:)
- *(_:_:)
- *(_:_:)
- *=(_:_:)
- *=(_:_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- +=(_:_:)
- -(_:)
- -(_:_:)
- -(_:_:)
- -(_:_:)
- -=(_:_:)
- -=(_:_:)
- .!=(_:_:)
- .!=(_:_:)
- .!=(_:_:)
- .<(_:_:)
- .<(_:_:)
- .<(_:_:)
- .<=(_:_:)
- .<=(_:_:)
- .<=(_:_:)
- .==(_:_:)
- .==(_:_:)
- .==(_:_:)
- .>(_:_:)
- .>(_:_:)
- .>(_:_:)
- .>=(_:_:)
- .>=(_:_:)
- .>=(_:_:)
- /(_:_:)
- /(_:_:)
- /(_:_:)
- /=(_:_:)
- /=(_:_:)
- ==(_:_:)
- ^(_:_:)
- ^(_:_:)
- ^(_:_:)
- ^=(_:_:)
- ^=(_:_:)
- |(_:_:)
- |(_:_:)
- |(_:_:)
- |=(_:_:)
- |=(_:_:)
- ~(_:)
-
SIMD32
- SIMD32.MaskStorage
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:)
- init(_:rounding:)
- init(arrayLiteral:)
- init(clamping:)
- init(from:)
- init(lowHalf:highHalf:)
- init(repeating:)
- init(truncatingIfNeeded:)
- debugDescription
- description
- evenHalf
- highHalf
- indices
- leadingZeroBitCount
- lowHalf
- nonzeroBitCount
- oddHalf
- scalarCount
- trailingZeroBitCount
- zero
- addProduct(_:_:)
- addProduct(_:_:)
- addProduct(_:_:)
- addingProduct(_:_:)
- addingProduct(_:_:)
- addingProduct(_:_:)
- encode(to:)
- formSquareRoot()
- hash(into:)
- replace(with:where:)
- replace(with:where:)
- replacing(with:where:)
- replacing(with:where:)
- round(_:)
- rounded(_:)
- squareRoot()
- random(in:)
- random(in:)
- random(in:using:)
- random(in:using:)
- random(in:using:)
- random(in:using:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- !=(_:_:)
- %(_:_:)
- %(_:_:)
- %(_:_:)
- %=(_:_:)
- %=(_:_:)
- &(_:_:)
- &(_:_:)
- &(_:_:)
- &*(_:_:)
- &*(_:_:)
- &*(_:_:)
- &*=(_:_:)
- &*=(_:_:)
- &+(_:_:)
- &+(_:_:)
- &+(_:_:)
- &+=(_:_:)
- &+=(_:_:)
- &-(_:_:)
- &-(_:_:)
- &-(_:_:)
- &-=(_:_:)
- &-=(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<=(_:_:)
- &<<=(_:_:)
- &=(_:_:)
- &=(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>=(_:_:)
- &>>=(_:_:)
- *(_:_:)
- *(_:_:)
- *(_:_:)
- *=(_:_:)
- *=(_:_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- +=(_:_:)
- -(_:)
- -(_:_:)
- -(_:_:)
- -(_:_:)
- -=(_:_:)
- -=(_:_:)
- .!=(_:_:)
- .!=(_:_:)
- .!=(_:_:)
- .<(_:_:)
- .<(_:_:)
- .<(_:_:)
- .<=(_:_:)
- .<=(_:_:)
- .<=(_:_:)
- .==(_:_:)
- .==(_:_:)
- .==(_:_:)
- .>(_:_:)
- .>(_:_:)
- .>(_:_:)
- .>=(_:_:)
- .>=(_:_:)
- .>=(_:_:)
- /(_:_:)
- /(_:_:)
- /(_:_:)
- /=(_:_:)
- /=(_:_:)
- ==(_:_:)
- ^(_:_:)
- ^(_:_:)
- ^(_:_:)
- ^=(_:_:)
- ^=(_:_:)
- |(_:_:)
- |(_:_:)
- |(_:_:)
- |=(_:_:)
- |=(_:_:)
- ~(_:)
-
SIMD64
- SIMD64.MaskStorage
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:)
- init(_:rounding:)
- init(arrayLiteral:)
- init(clamping:)
- init(from:)
- init(lowHalf:highHalf:)
- init(repeating:)
- init(truncatingIfNeeded:)
- debugDescription
- description
- evenHalf
- highHalf
- indices
- leadingZeroBitCount
- lowHalf
- nonzeroBitCount
- oddHalf
- scalarCount
- trailingZeroBitCount
- zero
- addProduct(_:_:)
- addProduct(_:_:)
- addProduct(_:_:)
- addingProduct(_:_:)
- addingProduct(_:_:)
- addingProduct(_:_:)
- encode(to:)
- formSquareRoot()
- hash(into:)
- replace(with:where:)
- replace(with:where:)
- replacing(with:where:)
- replacing(with:where:)
- round(_:)
- rounded(_:)
- squareRoot()
- random(in:)
- random(in:)
- random(in:using:)
- random(in:using:)
- random(in:using:)
- random(in:using:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- !=(_:_:)
- %(_:_:)
- %(_:_:)
- %(_:_:)
- %=(_:_:)
- %=(_:_:)
- &(_:_:)
- &(_:_:)
- &(_:_:)
- &*(_:_:)
- &*(_:_:)
- &*(_:_:)
- &*=(_:_:)
- &*=(_:_:)
- &+(_:_:)
- &+(_:_:)
- &+(_:_:)
- &+=(_:_:)
- &+=(_:_:)
- &-(_:_:)
- &-(_:_:)
- &-(_:_:)
- &-=(_:_:)
- &-=(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<=(_:_:)
- &<<=(_:_:)
- &=(_:_:)
- &=(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>=(_:_:)
- &>>=(_:_:)
- *(_:_:)
- *(_:_:)
- *(_:_:)
- *=(_:_:)
- *=(_:_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- +=(_:_:)
- -(_:)
- -(_:_:)
- -(_:_:)
- -(_:_:)
- -=(_:_:)
- -=(_:_:)
- .!=(_:_:)
- .!=(_:_:)
- .!=(_:_:)
- .<(_:_:)
- .<(_:_:)
- .<(_:_:)
- .<=(_:_:)
- .<=(_:_:)
- .<=(_:_:)
- .==(_:_:)
- .==(_:_:)
- .==(_:_:)
- .>(_:_:)
- .>(_:_:)
- .>(_:_:)
- .>=(_:_:)
- .>=(_:_:)
- .>=(_:_:)
- /(_:_:)
- /(_:_:)
- /(_:_:)
- /=(_:_:)
- /=(_:_:)
- ==(_:_:)
- ^(_:_:)
- ^(_:_:)
- ^(_:_:)
- ^=(_:_:)
- ^=(_:_:)
- |(_:_:)
- |(_:_:)
- |(_:_:)
- |=(_:_:)
- |=(_:_:)
- ~(_:)
-
SIMD
- MaskStorage
- init(_:)
- init(repeating:)
- indices
- leadingZeroBitCount
- nonzeroBitCount
- trailingZeroBitCount
- zero
- zero
- addProduct(_:_:)
- addProduct(_:_:)
- addProduct(_:_:)
- addingProduct(_:_:)
- addingProduct(_:_:)
- addingProduct(_:_:)
- formSquareRoot()
- replace(with:where:)
- replace(with:where:)
- replacing(with:where:)
- replacing(with:where:)
- round(_:)
- rounded(_:)
- squareRoot()
- random(in:)
- random(in:)
- random(in:)
- random(in:)
- random(in:using:)
- random(in:using:)
- random(in:using:)
- random(in:using:)
- %(_:_:)
- %(_:_:)
- %(_:_:)
- %=(_:_:)
- %=(_:_:)
- &(_:_:)
- &(_:_:)
- &(_:_:)
- &*(_:_:)
- &*(_:_:)
- &*(_:_:)
- &*=(_:_:)
- &*=(_:_:)
- &+(_:_:)
- &+(_:_:)
- &+(_:_:)
- &+=(_:_:)
- &+=(_:_:)
- &-(_:_:)
- &-(_:_:)
- &-(_:_:)
- &-=(_:_:)
- &-=(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<(_:_:)
- &<<=(_:_:)
- &<<=(_:_:)
- &=(_:_:)
- &=(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>(_:_:)
- &>>=(_:_:)
- &>>=(_:_:)
- *(_:_:)
- *(_:_:)
- *(_:_:)
- *=(_:_:)
- *=(_:_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- +=(_:_:)
- -(_:)
- -(_:_:)
- -(_:_:)
- -(_:_:)
- -=(_:_:)
- -=(_:_:)
- .!=(_:_:)
- .!=(_:_:)
- .!=(_:_:)
- .<(_:_:)
- .<(_:_:)
- .<(_:_:)
- .<=(_:_:)
- .<=(_:_:)
- .<=(_:_:)
- .==(_:_:)
- .==(_:_:)
- .==(_:_:)
- .>(_:_:)
- .>(_:_:)
- .>(_:_:)
- .>=(_:_:)
- .>=(_:_:)
- .>=(_:_:)
- /(_:_:)
- /(_:_:)
- /(_:_:)
- /(_:_:)
- /(_:_:)
- /(_:_:)
- /=(_:_:)
- /=(_:_:)
- /=(_:_:)
- /=(_:_:)
- ==(_:_:)
- ^(_:_:)
- ^(_:_:)
- ^(_:_:)
- ^=(_:_:)
- ^=(_:_:)
- |(_:_:)
- |(_:_:)
- |(_:_:)
- |=(_:_:)
- |=(_:_:)
- ~(_:)
- SIMDScalar
- SIMDStorage
-
SIMDMask
- SIMDMask.MaskStorage
- SIMDMask.Scalar
- init()
- init(_:)
- init(arrayLiteral:)
- init(from:)
- init(repeating:)
- description
- indices
- scalarCount
- encode(to:)
- hash(into:)
- replace(with:where:)
- replace(with:where:)
- replacing(with:where:)
- replacing(with:where:)
- random()
- random(using:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- !=(_:_:)
- .!(_:)
- .!=(_:_:)
- .!=(_:_:)
- .!=(_:_:)
- .&(_:_:)
- .&(_:_:)
- .&(_:_:)
- .&=(_:_:)
- .&=(_:_:)
- .==(_:_:)
- .==(_:_:)
- .==(_:_:)
- .^(_:_:)
- .^(_:_:)
- .^(_:_:)
- .^=(_:_:)
- .^=(_:_:)
- .|(_:_:)
- .|(_:_:)
- .|(_:_:)
- .|=(_:_:)
- .|=(_:_:)
- ==(_:_:)
-
SIMD2
- Global Numeric Functions
- SystemRandomNumberGenerator
- RandomNumberGenerator
-
Strings and Text
-
String
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(repeating:count:)
- init(repeating:count:)
- isEmpty
- count
- init(_:)
- init(validatingUTF8:)
- init(decoding:as:)
- init(_:radix:uppercase:)
- init(cString:)
- init(cString:)
- init(decodingCString:as:)
- decodeCString(_:as:repairingInvalidCodeUnits:)
- init(_:)
- init(describing:)
- init(describing:)
- init(describing:)
- init(describing:)
- init(reflecting:)
- write(_:)
- write(to:)
- append(_:)
- append(_:)
- append(contentsOf:)
- append(contentsOf:)
- append(contentsOf:)
- append(contentsOf:)
- reserveCapacity(_:)
- +(_:_:)
- +=(_:_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- insert(_:at:)
- insert(contentsOf:at:)
- insert(contentsOf:at:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- remove(at:)
- removeAll(keepingCapacity:)
- removeAll(where:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- removeSubrange(_:)
- removeSubrange(_:)
- filter(_:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- popLast()
- lowercased()
- uppercased()
- ==(_:_:)
- ==(_:_:)
- !=(_:_:)
- !=(_:_:)
- <(_:_:)
- <(_:_:)
- <=(_:_:)
- <=(_:_:)
- >(_:_:)
- >(_:_:)
- >=(_:_:)
- >=(_:_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- starts(with:)
- starts(with:by:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- difference(from:)
- difference(from:by:)
- hasPrefix(_:)
- hasSuffix(_:)
- contains(_:)
- allSatisfy(_:)
- contains(where:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- max()
- max(_:_:)
- max(by:)
- min()
- min(_:_:)
- min(by:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- suffix(_:)
- suffix(from:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- subscript(_:)
- first
- last
- randomElement()
- randomElement(using:)
- unicodeScalars
- init(_:)
- init(_:)
- utf16
- init(_:)
- init(_:)
- utf8
- init(_:)
- init(_:)
- map(_:)
- compactMap(_:)
- flatMap(_:)
- flatMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- lazy
- forEach(_:)
- enumerated()
- makeIterator()
- underestimatedCount
- sorted()
- sorted(by:)
- reversed()
- shuffled()
- shuffled(using:)
- utf8CString
- withCString(_:)
- withCString(encodedAs:_:)
- startIndex
- endIndex
- index(after:)
- formIndex(after:)
- index(before:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- distance(from:to:)
- indices
- ..<(_:_:)
- ...(_:_:)
- ..<(_:)
- ...(_:)
- ...(_:)
- encode(to:)
- init(from:)
- description
- debugDescription
- customMirror
- hash(into:)
- index(of:)
- init(stringInterpolation:)
- init(stringLiteral:)
- init(unicodeScalarLiteral:)
- init(extendedGraphemeClusterLiteral:)
- customPlaygroundQuickLook
- withContiguousStorageIfAvailable(_:)
-
NSString
- init(cString:encoding:)
- init(utf8String:)
- cString(using:)
- getCString(_:maxLength:encoding:)
- utf8String
- enumerateLinguisticTags(in:scheme:options:orthography:using:)
- linguisticTags(in:scheme:options:orthography:tokenRanges:)
- fileSystemRepresentation
- getFileSystemRepresentation(_:maxLength:)
- string(withCString:)
- init(cString:)
- string(withCString:length:)
- init(cString:length:)
- init(cStringNoCopy:length:freeWhenDone:)
- cString()
- lossyCString()
- getCString(_:)
- getCString(_:maxLength:)
- getCString(_:maxLength:range:remaining:)
- NSMutableString
-
Substring
- Substring.Index
- Substring.SubSequence
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(cString:)
- init(decoding:as:)
- init(decodingCString:as:)
- init(extendedGraphemeClusterLiteral:)
- init(repeating:count:)
- init(stringInterpolation:)
- init(stringLiteral:)
- init(unicodeScalarLiteral:)
- count
- customMirror
- customPlaygroundQuickLook
- debugDescription
- description
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- unicodeScalars
- utf16
- utf8
- allSatisfy(_:)
- append(_:)
- append(contentsOf:)
- append(contentsOf:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- hasPrefix(_:)
- hasSuffix(_:)
- hash(into:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- insert(_:at:)
- insert(contentsOf:at:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- lowercased()
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- popFirst()
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- remove(at:)
- removeAll(keepingCapacity:)
- removeAll(where:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- removeSubrange(_:)
- removeSubrange(_:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- reserveCapacity(_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- uppercased()
- withCString(_:)
- withCString(encodedAs:_:)
- withContiguousStorageIfAvailable(_:)
- write(_:)
- write(to:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- !=(_:_:)
- !=(_:_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- <(_:_:)
- <=(_:_:)
- <=(_:_:)
- ==(_:_:)
- >(_:_:)
- >(_:_:)
- >=(_:_:)
- >=(_:_:)
-
Substring.UTF16View
- Substring.UTF16View.Element
- Substring.UTF16View.Index
- Substring.UTF16View.Indices
- Substring.UTF16View.SubSequence
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- popFirst()
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
Substring.UTF8View
- Substring.UTF8View.Element
- Substring.UTF8View.Index
- Substring.UTF8View.Indices
- Substring.UTF8View.SubSequence
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- popFirst()
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
Substring.UnicodeScalarView
- Substring.UnicodeScalarView.Element
- Substring.UnicodeScalarView.Index
- Substring.UnicodeScalarView.Indices
- Substring.UnicodeScalarView.SubSequence
- init()
- init(_:)
- init(repeating:count:)
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- append(_:)
- append(contentsOf:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- insert(_:at:)
- insert(contentsOf:at:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- popFirst()
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- remove(at:)
- removeAll(keepingCapacity:)
- removeAll(where:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- removeSubrange(_:)
- removeSubrange(_:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- reserveCapacity(_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- StringProtocol
-
String.Index
- init(_:within:)
- init(_:within:)
- init(_:within:)
- init(_:within:)
- init(encodedOffset:)
- init(utf16Offset:in:)
- encodedOffset
- hash(into:)
- samePosition(in:)
- samePosition(in:)
- samePosition(in:)
- samePosition(in:)
- utf16Offset(in:)
- !=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- <(_:_:)
- <=(_:_:)
- ==(_:_:)
- >(_:_:)
- >=(_:_:)
-
String.UnicodeScalarView
- String.UnicodeScalarView.Index
- String.UnicodeScalarView.SubSequence
- init()
- init(_:)
- init(repeating:count:)
- count
- customMirror
- customPlaygroundQuickLook
- debugDescription
- description
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- append(_:)
- append(contentsOf:)
- append(contentsOf:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- insert(_:at:)
- insert(contentsOf:at:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- remove(at:)
- removeAll(keepingCapacity:)
- removeAll(where:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- removeSubrange(_:)
- removeSubrange(_:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- reserveCapacity(_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- String.UnicodeScalarView.Iterator
-
String.UTF16View
- String.UTF16View.Index
- String.UTF16View.SubSequence
- count
- customMirror
- customPlaygroundQuickLook
- debugDescription
- description
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- String.UTF16View.Iterator
-
String.UTF8View
- String.UTF8View.Index
- String.UTF8View.Element
- String.UTF8View.SubSequence
- count
- customMirror
- customPlaygroundQuickLook
- debugDescription
- description
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- String.Iterator
- String.Element
- String.SubSequence
- String.IndexDistance
- String.UnicodeScalarIndex
-
Character
- init(_:)
- write(to:)
- ==(_:_:)
- !=(_:_:)
- <(_:_:)
- <=(_:_:)
- >(_:_:)
- >=(_:_:)
- init(_:)
- unicodeScalars
- Character.UnicodeScalarView
- isASCII
- asciiValue
- isLetter
- isPunctuation
- isNewline
- isWhitespace
- isSymbol
- isMathSymbol
- isCurrencySymbol
- isCased
- isUppercase
- uppercased()
- isLowercase
- lowercased()
- isNumber
- isWholeNumber
- wholeNumberValue
- isHexDigit
- hexDigitValue
- ..<(_:_:)
- ...(_:_:)
- ..<(_:)
- ...(_:)
- ...(_:)
- description
- debugDescription
- customMirror
- customPlaygroundQuickLook
- hash(into:)
- init(extendedGraphemeClusterLiteral:)
- init(unicodeScalarLiteral:)
-
Unicode
-
Unicode.Scalar
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(unicodeScalarLiteral:)
- init(_:)
- value
- properties
-
Unicode.Scalar.Properties
- age
- canonicalCombiningClass
- changesWhenCaseFolded
- changesWhenCaseMapped
- changesWhenLowercased
- changesWhenNFKCCaseFolded
- changesWhenTitlecased
- changesWhenUppercased
- generalCategory
- isASCIIHexDigit
- isAlphabetic
- isBidiControl
- isBidiMirrored
- isCaseIgnorable
- isCased
- isDash
- isDefaultIgnorableCodePoint
- isDeprecated
- isDiacritic
- isExtender
- isFullCompositionExclusion
- isGraphemeBase
- isGraphemeExtend
- isHexDigit
- isIDContinue
- isIDSBinaryOperator
- isIDSTrinaryOperator
- isIDStart
- isIdeographic
- isJoinControl
- isLogicalOrderException
- isLowercase
- isMath
- isNoncharacterCodePoint
- isPatternSyntax
- isPatternWhitespace
- isQuotationMark
- isRadical
- isSentenceTerminal
- isSoftDotted
- isTerminalPunctuation
- isUnifiedIdeograph
- isUppercase
- isVariationSelector
- isWhitespace
- isXIDContinue
- isXIDStart
- lowercaseMapping
- name
- nameAlias
- numericType
- numericValue
- titlecaseMapping
- uppercaseMapping
- hash(into:)
- isASCII
- description
- write(to:)
- escaped(asASCII:)
- utf16
-
Unicode.Scalar.UTF16View
- Unicode.Scalar.UTF16View.Indices
- count
- endIndex
- first
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:limitedBy:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- debugDescription
- customMirror
- customPlaygroundQuickLook
- ==(_:_:)
- !=(_:_:)
- <(_:_:)
- <=(_:_:)
- >(_:_:)
- >=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- Unicode.Scalar.UTF8View
-
Unicode.GeneralCategory
- Unicode.GeneralCategory.closePunctuation
- Unicode.GeneralCategory.connectorPunctuation
- Unicode.GeneralCategory.control
- Unicode.GeneralCategory.currencySymbol
- Unicode.GeneralCategory.dashPunctuation
- Unicode.GeneralCategory.decimalNumber
- Unicode.GeneralCategory.enclosingMark
- Unicode.GeneralCategory.finalPunctuation
- Unicode.GeneralCategory.format
- Unicode.GeneralCategory.initialPunctuation
- Unicode.GeneralCategory.letterNumber
- Unicode.GeneralCategory.lineSeparator
- Unicode.GeneralCategory.lowercaseLetter
- Unicode.GeneralCategory.mathSymbol
- Unicode.GeneralCategory.modifierLetter
- Unicode.GeneralCategory.modifierSymbol
- Unicode.GeneralCategory.nonspacingMark
- Unicode.GeneralCategory.openPunctuation
- Unicode.GeneralCategory.otherLetter
- Unicode.GeneralCategory.otherNumber
- Unicode.GeneralCategory.otherPunctuation
- Unicode.GeneralCategory.otherSymbol
- Unicode.GeneralCategory.paragraphSeparator
- Unicode.GeneralCategory.privateUse
- Unicode.GeneralCategory.spaceSeparator
- Unicode.GeneralCategory.spacingMark
- Unicode.GeneralCategory.surrogate
- Unicode.GeneralCategory.titlecaseLetter
- Unicode.GeneralCategory.unassigned
- Unicode.GeneralCategory.uppercaseLetter
- !=(_:_:)
-
Unicode.CanonicalCombiningClass
- init(rawValue:)
- hashValue
- rawValue
- above
- aboveLeft
- aboveRight
- attachedAbove
- attachedAboveRight
- attachedBelow
- attachedBelowLeft
- below
- belowLeft
- belowRight
- doubleAbove
- doubleBelow
- iotaSubscript
- kanaVoicing
- left
- notReordered
- nukta
- overlay
- right
- virama
- hash(into:)
- !=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- <(_:_:)
- <=(_:_:)
- ==(_:_:)
- >(_:_:)
- >=(_:_:)
- Unicode.NumericType
- UnicodeCodec
- Unicode.ASCII
- Unicode.UTF8
-
Unicode.UTF16
- Unicode.UTF16.CodeUnit
- Unicode.UTF16.EncodedScalar
- init()
- encodedReplacementCharacter
- decode(_:)
- decode(_:)
- encode(_:)
- encode(_:into:)
- isLeadSurrogate(_:)
- isTrailSurrogate(_:)
- leadSurrogate(_:)
- trailSurrogate(_:)
- transcode(_:from:)
- transcode(_:from:)
- transcodedLength(of:decodedAs:repairingIllFormedSequences:)
- width(_:)
- Unicode.UTF16.ForwardParser
- Unicode.UTF16.ReverseParser
- Unicode.UTF32
- UnicodeDecodingResult
- Unicode.ParseResult
- transcode(_:from:to:stoppingOnError:into:)
- Unicode.Encoding
- Unicode.Parser
- Unicode.Version
- UTF8
- UTF16
- UTF32
-
Unicode.Scalar
- StaticString
-
String
-
Collections
-
Array
- init()
- init(_:)
- init(_:)
- init(repeating:count:)
- isEmpty
- count
- capacity
- subscript(_:)
- first
- last
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- randomElement()
- randomElement(using:)
- append(_:)
- insert(_:at:)
- insert(contentsOf:at:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- reserveCapacity(_:)
- append(contentsOf:)
- append(contentsOf:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- +=(_:_:)
- remove(at:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- removeSubrange(_:)
- removeSubrange(_:)
- removeAll(where:)
- removeAll(keepingCapacity:)
- popLast()
- contains(_:)
- contains(where:)
- allSatisfy(_:)
- first(where:)
- firstIndex(of:)
- index(of:)
- firstIndex(where:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- min()
- min(by:)
- max()
- max(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- suffix(_:)
- suffix(from:)
- dropFirst(_:)
- dropLast(_:)
- drop(while:)
- map(_:)
- flatMap(_:)
- flatMap(_:)
- compactMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- lazy
- forEach(_:)
- enumerated()
- makeIterator()
- underestimatedCount
- sort()
- sort(by:)
- sorted()
- sorted(by:)
- reverse()
- reversed()
- shuffle()
- shuffle(using:)
- shuffled()
- shuffled(using:)
- partition(by:)
- swapAt(_:_:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- joined()
- joined(separator:)
- joined(separator:)
- difference(from:)
- difference(from:by:)
- ==(_:_:)
- !=(_:_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- starts(with:)
- starts(with:by:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- startIndex
- endIndex
- index(after:)
- formIndex(after:)
- index(before:)
- formIndex(before:)
- index(_:offsetBy:)
- formIndex(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- formIndex(_:offsetBy:limitedBy:)
- distance(from:to:)
- withUnsafeBufferPointer(_:)
- withUnsafeMutableBufferPointer(_:)
- withUnsafeBytes(_:)
- withUnsafeMutableBytes(_:)
- withContiguousStorageIfAvailable(_:)
- withContiguousMutableStorageIfAvailable(_:)
- encode(to:)
- init(from:)
- description
- debugDescription
- customMirror
- hash(into:)
-
ContiguousArray
- ContiguousArray.Index
- ContiguousArray.Indices
- ContiguousArray.Iterator
- init()
- init(_:)
- init(arrayLiteral:)
- init(from:)
- init(repeating:count:)
- capacity
- count
- customMirror
- debugDescription
- description
- endIndex
- first
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- append(_:)
- append(contentsOf:)
- append(contentsOf:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- encode(to:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- hash(into:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- insert(_:at:)
- insert(contentsOf:at:)
- joined()
- joined(separator:)
- joined(separator:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- partition(by:)
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- remove(at:)
- removeAll(keepingCapacity:)
- removeAll(where:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- removeSubrange(_:)
- removeSubrange(_:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- reserveCapacity(_:)
- reverse()
- reversed()
- shuffle()
- shuffle(using:)
- shuffled()
- shuffled(using:)
- sort()
- sort(by:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- swapAt(_:_:)
- withContiguousMutableStorageIfAvailable(_:)
- withContiguousStorageIfAvailable(_:)
- withUnsafeBufferPointer(_:)
- withUnsafeBytes(_:)
- withUnsafeMutableBufferPointer(_:)
- withUnsafeMutableBytes(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- !=(_:_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- ==(_:_:)
-
ArraySlice
- ArraySlice.Index
- ArraySlice.Indices
- ArraySlice.Iterator
- init()
- init(_:)
- init(_:)
- init(arrayLiteral:)
- init(repeating:count:)
- capacity
- count
- customMirror
- debugDescription
- description
- endIndex
- first
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- append(_:)
- append(contentsOf:)
- append(contentsOf:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- hash(into:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- insert(_:at:)
- insert(contentsOf:at:)
- joined()
- joined(separator:)
- joined(separator:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- partition(by:)
- popFirst()
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- remove(at:)
- removeAll(keepingCapacity:)
- removeAll(where:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- removeSubrange(_:)
- removeSubrange(_:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- reserveCapacity(_:)
- reverse()
- reversed()
- shuffle()
- shuffle(using:)
- shuffled()
- shuffled(using:)
- sort()
- sort(by:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- swapAt(_:_:)
- withContiguousMutableStorageIfAvailable(_:)
- withContiguousStorageIfAvailable(_:)
- withUnsafeBufferPointer(_:)
- withUnsafeBytes(_:)
- withUnsafeMutableBufferPointer(_:)
- withUnsafeMutableBytes(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- !=(_:_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- ==(_:_:)
- NSArray
- NSMutableArray
- Array.Index
- Array.Indices
- Array.Iterator
- init(arrayLiteral:)
- filter(_:)
-
Dictionary
- init()
- init(minimumCapacity:)
- init(uniqueKeysWithValues:)
- init(_:uniquingKeysWith:)
- init(grouping:by:)
- isEmpty
- count
- capacity
- subscript(_:)
- subscript(_:default:)
- index(forKey:)
- subscript(_:)
- keys
- values
- first
- randomElement()
- randomElement(using:)
- updateValue(_:forKey:)
- merge(_:uniquingKeysWith:)
- merge(_:uniquingKeysWith:)
- merging(_:uniquingKeysWith:)
- merging(_:uniquingKeysWith:)
- reserveCapacity(_:)
- filter(_:)
- removeValue(forKey:)
- remove(at:)
- removeAll(keepingCapacity:)
- ==(_:_:)
- !=(_:_:)
- forEach(_:)
- enumerated()
- lazy
- makeIterator()
- underestimatedCount
- contains(where:)
- allSatisfy(_:)
- first(where:)
- firstIndex(where:)
- min(by:)
- max(by:)
- mapValues(_:)
- reduce(_:_:)
- reduce(into:_:)
- map(_:)
- compactMap(_:)
- compactMapValues(_:)
- flatMap(_:)
- flatMap(_:)
- sorted(by:)
- shuffled()
- shuffled(using:)
-
Order Dependent Operations on Dictionary
- elementsEqual(_:by:)
- starts(with:by:)
- lexicographicallyPrecedes(_:by:)
- startIndex
- endIndex
- index(after:)
- formIndex(after:)
- index(_:offsetBy:)
- formIndex(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- formIndex(_:offsetBy:limitedBy:)
- distance(from:to:)
- indices
- subscript(_:)
- subscript(_:)
- subscript(_:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- suffix(_:)
- suffix(from:)
- dropFirst(_:)
- drop(while:)
- dropLast(_:)
- popFirst()
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- reversed()
- withContiguousStorageIfAvailable(_:)
- encode(to:)
- init(from:)
- description
- debugDescription
- customMirror
- hash(into:)
- NSDictionary
- NSMutableDictionary
-
Dictionary.Keys
- Dictionary.Keys.Element
- Dictionary.Keys.SubSequence
- count
- debugDescription
- description
- endIndex
- first
- indices
- isEmpty
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(of:)
- joined()
- joined(separator:)
- joined(separator:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- !=(_:_:)
- ==(_:_:)
- Dictionary.Keys.Iterator
-
Dictionary.Values
- Dictionary.Values.Element
- count
- debugDescription
- description
- endIndex
- first
- indices
- isEmpty
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(of:)
- joined()
- joined(separator:)
- joined(separator:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- partition(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- swapAt(_:_:)
- withContiguousMutableStorageIfAvailable(_:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- Dictionary.Values.Iterator
- Dictionary.Index
- Dictionary.Iterator
- Dictionary.Element
- Dictionary.SubSequence
- DictionaryIterator
- init(dictionaryLiteral:)
-
Set
- init()
- init(minimumCapacity:)
- init(_:)
- init(_:)
- isEmpty
- count
- capacity
- contains(_:)
- insert(_:)
- insert(_:)
- update(with:)
- update(with:)
- reserveCapacity(_:)
- filter(_:)
- remove(_:)
- remove(_:)
- removeFirst()
- remove(at:)
- removeAll(keepingCapacity:)
- union(_:)
- formUnion(_:)
- intersection(_:)
- intersection(_:)
- formIntersection(_:)
- symmetricDifference(_:)
- formSymmetricDifference(_:)
- formSymmetricDifference(_:)
- subtract(_:)
- subtract(_:)
- subtracting(_:)
- subtracting(_:)
- ==(_:_:)
- !=(_:_:)
- isSubset(of:)
- isSubset(of:)
- isStrictSubset(of:)
- isStrictSubset(of:)
- isSuperset(of:)
- isSuperset(of:)
- isStrictSuperset(of:)
- isStrictSuperset(of:)
- isDisjoint(with:)
- isDisjoint(with:)
- first
- randomElement()
- randomElement(using:)
- subscript(_:)
- contains(where:)
- allSatisfy(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- index(of:)
- min()
- min(by:)
- max()
- max(by:)
- map(_:)
- compactMap(_:)
- flatMap(_:)
- flatMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- sorted()
- sorted(by:)
- shuffled()
- shuffled(using:)
- lazy
- enumerated()
- forEach(_:)
- makeIterator()
- underestimatedCount
-
Order Dependent Operations on Set
- startIndex
- endIndex
- index(after:)
- formIndex(after:)
- index(_:offsetBy:)
- formIndex(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- formIndex(_:offsetBy:limitedBy:)
- distance(from:to:)
- indices
- elementsEqual(_:)
- elementsEqual(_:by:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- starts(with:)
- starts(with:by:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- prefix(_:)
- prefix(upTo:)
- prefix(through:)
- prefix(while:)
- suffix(_:)
- suffix(from:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- popFirst()
- reversed()
- joined()
- joined(separator:)
- joined(separator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- encode(to:)
- init(from:)
- hash(into:)
- description
- debugDescription
- customMirror
- NSSet
- NSMutableSet
- Set.Index
- Set.Iterator
- init(arrayLiteral:)
- withContiguousStorageIfAvailable(_:)
- OptionSet
- ..<(_:_:)
-
Range
- ..<(_:_:)
- relative(to:)
- init(_:)
- isEmpty
- count
- lowerBound
- upperBound
- contains(_:)
- contains(where:)
- allSatisfy(_:)
- ~=(_:_:)
- clamped(to:)
- first
- last
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- randomElement()
- randomElement(using:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- min()
- min(by:)
- max()
- max(by:)
- filter(_:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- suffix(_:)
- suffix(from:)
- dropFirst(_:)
- dropLast(_:)
- drop(while:)
- popFirst()
- popLast()
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- map(_:)
- compactMap(_:)
- flatMap(_:)
- flatMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- lazy
- forEach(_:)
- enumerated()
- makeIterator()
- underestimatedCount
- sorted()
- sorted(by:)
- reversed()
- shuffled()
- shuffled(using:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- joined()
- joined(separator:)
- joined(separator:)
- ==(_:_:)
- !=(_:_:)
- overlaps(_:)
- overlaps(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- starts(with:)
- starts(with:by:)
- startIndex
- endIndex
- indices
- indices
- index(after:)
- formIndex(after:)
- index(before:)
- formIndex(before:)
- index(_:offsetBy:limitedBy:)
- formIndex(_:offsetBy:)
- index(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- distance(from:to:)
- hash(into:)
- description
- debugDescription
- customMirror
- encode(to:)
- init(from:)
- index(of:)
- init(uncheckedBounds:)
- withContiguousStorageIfAvailable(_:)
- Range.Element
- Range.Index
- Range.Indices
- Range.Iterator
- Range.SubSequence
- difference(from:)
- difference(from:by:)
- ...(_:_:)
-
ClosedRange
- ...(_:_:)
- relative(to:)
- init(_:)
- isEmpty
- count
- lowerBound
- upperBound
- contains(_:)
- contains(where:)
- allSatisfy(_:)
- ~=(_:_:)
- clamped(to:)
- first
- last
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- randomElement()
- randomElement(using:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- min()
- min(by:)
- max()
- max(by:)
- filter(_:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- suffix(_:)
- suffix(from:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- map(_:)
- compactMap(_:)
- flatMap(_:)
- flatMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- lazy
- forEach(_:)
- enumerated()
- makeIterator()
- underestimatedCount
- sorted()
- sorted(by:)
- reversed()
- shuffled()
- shuffled(using:)
- joined()
- joined(separator:)
- joined(separator:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- ==(_:_:)
- !=(_:_:)
- overlaps(_:)
- overlaps(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- starts(with:)
- starts(with:by:)
- startIndex
- endIndex
- indices
- index(after:)
- formIndex(after:)
- index(before:)
- formIndex(before:)
- index(_:offsetBy:)
- formIndex(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- formIndex(_:offsetBy:limitedBy:)
- distance(from:to:)
- hash(into:)
- description
- debugDescription
- customMirror
- encode(to:)
- init(from:)
- withContiguousStorageIfAvailable(_:)
- index(of:)
- init(uncheckedBounds:)
- ClosedRange.Element
- ClosedRange.Index
- ClosedRange.Iterator
- ClosedRange.SubSequence
- difference(from:)
- difference(from:by:)
- stride(from:to:by:)
- stride(from:through:by:)
- repeatElement(_:count:)
-
CollectionOfOne
- CollectionOfOne.SubSequence
- CollectionOfOne.Index
- CollectionOfOne.Indices
- init(_:)
- count
- customMirror
- debugDescription
- endIndex
- first
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- joined()
- joined(separator:)
- joined(separator:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- partition(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reverse()
- reversed()
- shuffle()
- shuffle(using:)
- shuffled()
- shuffled(using:)
- sort()
- sort(by:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- swapAt(_:_:)
- withContiguousMutableStorageIfAvailable(_:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- CollectionOfOne.Iterator
-
EmptyCollection
- EmptyCollection.Index
- EmptyCollection.Indices
- EmptyCollection.SubSequence
- init()
- count
- endIndex
- first
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- joined()
- joined(separator:)
- joined(separator:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- partition(by:)
- popFirst()
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- reverse()
- reversed()
- shuffle()
- shuffle(using:)
- shuffled()
- shuffled(using:)
- sort()
- sort(by:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- swapAt(_:_:)
- withContiguousMutableStorageIfAvailable(_:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- !=(_:_:)
- ==(_:_:)
-
EmptyCollection.Iterator
- init()
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- joined()
- joined(separator:)
- joined(separator:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- next()
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
-
KeyValuePairs
- KeyValuePairs.Element
- KeyValuePairs.Index
- KeyValuePairs.Indices
- KeyValuePairs.SubSequence
- init(dictionaryLiteral:)
- count
- debugDescription
- description
- endIndex
- first
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(where:)
- difference(from:by:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:limitedBy:)
- last(where:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max(by:)
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- DictionaryLiteral
- sequence(first:next:)
- sequence(state:next:)
- zip(_:_:)
-
Sequence and Collection Protocols
-
Sequence
- makeIterator()
- Iterator
- Element
- contains(_:)
- contains(where:)
- allSatisfy(_:)
- first(where:)
- min()
- min(by:)
- max()
- max(by:)
- prefix(_:)
- prefix(while:)
- suffix(_:)
- dropFirst(_:)
- dropLast(_:)
- drop(while:)
- filter(_:)
- map(_:)
- compactMap(_:)
- flatMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- lazy
- flatMap(_:)
- forEach(_:)
- enumerated()
- underestimatedCount
- sorted()
- sorted(by:)
- reversed()
- shuffled()
- shuffled(using:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- joined()
- joined(separator:)
- joined(separator:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- starts(with:)
- starts(with:by:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- withContiguousStorageIfAvailable(_:)
-
Collection
- subscript(_:)
- popFirst()
- removeFirst()
- removeFirst(_:)
- startIndex
- endIndex
- indices
- index(after:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- Element
- Index
- Indices
- Iterator
- SubSequence
- Collection.IndexDistance
- makeIterator()
- split(separator:maxSplits:omittingEmptySubsequences:)
- count
- first
- isEmpty
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- firstIndex(of:)
- firstIndex(where:)
- formIndex(after:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(of:)
- map(_:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- suffix(_:)
- suffix(from:)
- subscript(_:)
-
BidirectionalCollection
- Element
- Index
- Indices
- SubSequence
- endIndex
- indices
- last
- startIndex
- distance(from:to:)
- dropLast(_:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- joined(separator:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- popLast()
- removeLast()
- removeLast(_:)
- reversed()
- suffix(_:)
- subscript(_:)
- subscript(_:)
- RandomAccessCollection
- MutableCollection
-
RangeReplaceableCollection
- init()
- insert(contentsOf:at:)
- SubSequence
- init(_:)
- init(repeating:count:)
- append(_:)
- append(contentsOf:)
- filter(_:)
- insert(_:at:)
- popLast()
- popLast()
- remove(at:)
- removeAll(keepingCapacity:)
- removeAll(where:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast()
- removeLast(_:)
- removeLast(_:)
- removeSubrange(_:)
- replaceSubrange(_:with:)
- reserveCapacity(_:)
- subscript(_:)
- subscript(_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- IteratorProtocol
-
SetAlgebra
- init()
- contains(_:)
- Element
- insert(_:)
- update(with:)
- remove(_:)
- union(_:)
- formUnion(_:)
- intersection(_:)
- formIntersection(_:)
- symmetricDifference(_:)
- formSymmetricDifference(_:)
- isStrictSubset(of:)
- isStrictSuperset(of:)
- init(_:)
- isEmpty
- isDisjoint(with:)
- isSubset(of:)
- isSuperset(of:)
- subtract(_:)
- subtracting(_:)
- LazySequenceProtocol
- LazyCollectionProtocol
-
Sequence
-
Supporting Types
-
Slice
- Slice.Element
- Slice.Index
- Slice.Indices
- Slice.Iterator
- Slice.SubSequence
- init()
- init(_:)
- init(_:)
- init(base:bounds:)
- init(repeating:count:)
- base
- count
- elements
- endIndex
- first
- indices
- indices
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- append(_:)
- append(contentsOf:)
- compactMap(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- insert(_:at:)
- insert(_:at:)
- insert(contentsOf:at:)
- insert(contentsOf:at:)
- insert(contentsOf:at:)
- joined()
- joined()
- joined(separator:)
- joined(separator:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- partition(by:)
- popFirst()
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- remove(at:)
- remove(at:)
- removeAll(keepingCapacity:)
- removeAll(where:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- removeSubrange(_:)
- removeSubrange(_:)
- removeSubrange(_:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- replaceSubrange(_:with:)
- reserveCapacity(_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- swapAt(_:_:)
- withContiguousMutableStorageIfAvailable(_:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- +(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- PartialRangeUpTo
- PartialRangeThrough
-
PartialRangeFrom
- PartialRangeFrom.Element
- init(_:)
- init(from:)
- lazy
- lowerBound
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- encode(to:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- joined()
- joined(separator:)
- joined(separator:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- relative(to:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
- ~=(_:_:)
- PartialRangeFrom.Iterator
- RangeExpression
- UnboundedRange_
-
AnySequence
- AnySequence.Iterator
- init(_:)
- init(_:)
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- joined()
- joined(separator:)
- joined(separator:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
-
AnyCollection
- AnyCollection.Index
- AnyCollection.Indices
- AnyCollection.Iterator
- AnyCollection.SubSequence
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- count
- endIndex
- first
- indices
- isEmpty
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(of:)
- joined()
- joined(separator:)
- joined(separator:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- popFirst()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- removeFirst()
- removeFirst(_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
AnyBidirectionalCollection
- AnyBidirectionalCollection.Index
- AnyBidirectionalCollection.Indices
- AnyBidirectionalCollection.Iterator
- AnyBidirectionalCollection.SubSequence
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- joined()
- joined(separator:)
- joined(separator:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- popFirst()
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
AnyRandomAccessCollection
- AnyRandomAccessCollection.Index
- AnyRandomAccessCollection.Indices
- AnyRandomAccessCollection.Iterator
- AnyRandomAccessCollection.SubSequence
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- joined()
- joined(separator:)
- joined(separator:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- popFirst()
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
AnyIterator
- init(_:)
- init(_:)
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- joined()
- joined(separator:)
- joined(separator:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- next()
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
- AnyIndex
- AnyHashable
-
LazySequence
- LazySequence.Elements
- LazySequence.Element
- LazySequence.Iterator
- count
- elements
- elements
- first
- indices
- indices
- isEmpty
- last
- lazy
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- drop(while:)
- dropFirst(_:)
- dropFirst(_:)
- dropLast(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(of:)
- joined()
- joined()
- joined(separator:)
- joined(separator:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
LazyMapSequence
- LazyMapSequence.Elements
- count
- elements
- first
- indices
- indices
- isEmpty
- last
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- flatMap(_:)
- flatMap(_:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- index(of:)
- joined()
- joined()
- joined(separator:)
- joined(separator:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- map(_:)
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- popFirst()
- popLast()
- prefix(_:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
-
LazyMapSequence.Iterator
- base
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- joined()
- joined(separator:)
- joined(separator:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- next()
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
-
LazyFilterSequence
- LazyFilterSequence.Element
- count
- elements
- first
- indices
- isEmpty
- last
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- drop(while:)
- dropFirst(_:)
- dropFirst(_:)
- dropLast(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- index(of:)
- joined()
- joined()
- joined(separator:)
- joined(separator:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- popFirst()
- popLast()
- prefix(_:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
-
LazyFilterSequence.Iterator
- LazyFilterSequence.Iterator.Element
- base
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- joined()
- joined(separator:)
- joined(separator:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- next()
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
-
LazyPrefixWhileSequence
- LazyPrefixWhileSequence.Element
- LazyPrefixWhileSequence.Elements
- count
- elements
- first
- isEmpty
- last
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- flatMap(_:)
- flatMap(_:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(of:)
- joined()
- joined()
- joined(separator:)
- joined(separator:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
-
LazyPrefixWhileSequence.Iterator
- LazyPrefixWhileSequence.Iterator.Element
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- joined()
- joined(separator:)
- joined(separator:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- next()
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
-
LazyDropWhileSequence
- LazyDropWhileSequence.Element
- LazyDropWhileSequence.Elements
- count
- elements
- first
- indices
- isEmpty
- last
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropFirst(_:)
- dropLast(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(of:)
- joined()
- joined()
- joined(separator:)
- joined(separator:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- LazyDropWhileSequence.Iterator
- LazyCollection
- LazyDropWhileCollection
- LazyFilterCollection
- LazyMapCollection
- LazyPrefixWhileCollection
- CollectionDifference
-
DropFirstSequence
- DropFirstSequence.Element
- DropFirstSequence.Iterator
- DropFirstSequence.SubSequence
- init(_:dropping:)
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- joined()
- joined(separator:)
- joined(separator:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
-
DropWhileSequence
- DropWhileSequence.Element
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- joined()
- joined(separator:)
- joined(separator:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
- DropWhileSequence.Iterator
-
EnumeratedSequence
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max(by:)
- min(by:)
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
-
EnumeratedSequence.Iterator
- EnumeratedSequence.Iterator.Element
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max(by:)
- min(by:)
- next()
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
- FlattenCollection
-
FlattenSequence
- count
- first
- indices
- isEmpty
- last
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- drop(while:)
- drop(while:)
- dropFirst(_:)
- dropFirst(_:)
- dropLast(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- index(of:)
- joined()
- joined(separator:)
- joined(separator:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- FlattenSequence.Index
-
FlattenSequence.Iterator
- FlattenSequence.Iterator.Element
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- joined()
- joined(separator:)
- joined(separator:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- next()
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
-
JoinedSequence
- JoinedSequence.Element
- init(base:separator:)
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- joined()
- joined(separator:)
- joined(separator:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
- JoinedSequence.Iterator
-
PrefixSequence
- init(_:maxLength:)
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- joined()
- joined(separator:)
- joined(separator:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
- PrefixSequence.Iterator
-
Repeated
- Repeated.Index
- Repeated.Indices
- count
- endIndex
- first
- isEmpty
- last
- lazy
- repeatedValue
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:limitedBy:)
- index(of:)
- joined()
- joined(separator:)
- joined(separator:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
ReversedCollection
- ReversedCollection.Element
- count
- elements
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- joined()
- joined()
- joined(separator:)
- joined(separator:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- ReversedCollection.Index
-
ReversedCollection.Iterator
- ReversedCollection.Iterator.Element
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- joined()
- joined(separator:)
- joined(separator:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- next()
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
-
StrideTo
- customMirror
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- joined()
- joined(separator:)
- joined(separator:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
-
StrideThrough
- customMirror
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- joined()
- joined(separator:)
- joined(separator:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
-
UnfoldSequence
- UnfoldFirstSequence
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- joined()
- joined(separator:)
- joined(separator:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- next()
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
-
Zip2Sequence
- Zip2Sequence.Element
- lazy
- allSatisfy(_:)
- compactMap(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max(by:)
- min(by:)
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
- Zip2Sequence.Iterator
-
DefaultIndices
- DefaultIndices.Element
- DefaultIndices.Index
- DefaultIndices.Indices
- DefaultIndices.Iterator
- DefaultIndices.SubSequence
- count
- endIndex
- first
- indices
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- joined()
- joined(separator:)
- joined(separator:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- popFirst()
- popLast()
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- removeFirst()
- removeFirst(_:)
- removeLast()
- removeLast(_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
IteratorSequence
- init(_:)
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- joined()
- joined(separator:)
- joined(separator:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- next()
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
-
IndexingIterator
- IndexingIterator.Element
- IndexingIterator.Iterator
- IndexingIterator.SubSequence
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- joined()
- joined(separator:)
- joined(separator:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- next()
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
- EnumeratedIterator
- SetIterator
- StrideThroughIterator
- StrideToIterator
- DictionaryIndex
- SetIndex
- CountableClosedRange
- CountablePartialRangeFrom
- CountableRange
-
Slice
- Managed Buffers
-
Array
-
Basic Behaviors
- Equatable
- Comparable
- Hashable
- Hasher
- CustomStringConvertible
- LosslessStringConvertible
- CustomDebugStringConvertible
- CaseIterable
-
RawRepresentable
- init(rawValue:)
- rawValue
- RawValue
- ==(_:_:)
- !=(_:_:)
- !=(_:_:)
- init(from:)
- init(from:)
- init(from:)
- init(from:)
- init(from:)
- init(from:)
- init(from:)
- init(from:)
- init(from:)
- init(from:)
- init(from:)
- init(from:)
- init(from:)
- init(from:)
- encode(to:)
- encode(to:)
- encode(to:)
- encode(to:)
- encode(to:)
- encode(to:)
- encode(to:)
- encode(to:)
- encode(to:)
- encode(to:)
- encode(to:)
- encode(to:)
- encode(to:)
- encode(to:)
- hashValue
- hash(into:)
-
Encoding, Decoding, and Serialization
- Codable
- Encodable
- Decodable
- CodingKey
- CodingUserInfoKey
- Encoder
- Decoder
- EncodingError
- DecodingError
- SingleValueEncodingContainer
-
KeyedEncodingContainer
- KeyedEncodingContainer.Key
- init(_:)
- codingPath
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encodeConditional(_:forKey:)
- encodeConditional(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeNil(forKey:)
- nestedContainer(keyedBy:forKey:)
- nestedUnkeyedContainer(forKey:)
- superEncoder()
- superEncoder(forKey:)
-
KeyedEncodingContainerProtocol
- Key
- codingPath
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encode(_:forKey:)
- encodeConditional(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeIfPresent(_:forKey:)
- encodeNil(forKey:)
- nestedContainer(keyedBy:forKey:)
- nestedUnkeyedContainer(forKey:)
- superEncoder()
- superEncoder(forKey:)
-
UnkeyedEncodingContainer
- codingPath
- count
- encode(_:)
- encode(_:)
- encode(_:)
- encode(_:)
- encode(_:)
- encode(_:)
- encode(_:)
- encode(_:)
- encode(_:)
- encode(_:)
- encode(_:)
- encode(_:)
- encode(_:)
- encode(_:)
- encode(_:)
- encode(contentsOf:)
- encode(contentsOf:)
- encode(contentsOf:)
- encode(contentsOf:)
- encode(contentsOf:)
- encode(contentsOf:)
- encode(contentsOf:)
- encode(contentsOf:)
- encode(contentsOf:)
- encode(contentsOf:)
- encode(contentsOf:)
- encode(contentsOf:)
- encode(contentsOf:)
- encode(contentsOf:)
- encode(contentsOf:)
- encodeConditional(_:)
- encodeNil()
- nestedContainer(keyedBy:)
- nestedUnkeyedContainer()
- superEncoder()
-
KeyedDecodingContainer
- KeyedDecodingContainer.Key
- init(_:)
- allKeys
- codingPath
- contains(_:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeNil(forKey:)
- nestedContainer(keyedBy:forKey:)
- nestedUnkeyedContainer(forKey:)
- superDecoder()
- superDecoder(forKey:)
- SingleValueDecodingContainer
-
KeyedDecodingContainerProtocol
- Key
- allKeys
- codingPath
- contains(_:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decode(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeIfPresent(_:forKey:)
- decodeNil(forKey:)
- nestedContainer(keyedBy:forKey:)
- nestedUnkeyedContainer(forKey:)
- superDecoder()
- superDecoder(forKey:)
-
UnkeyedDecodingContainer
- codingPath
- count
- currentIndex
- isAtEnd
- decode(_:)
- decode(_:)
- decode(_:)
- decode(_:)
- decode(_:)
- decode(_:)
- decode(_:)
- decode(_:)
- decode(_:)
- decode(_:)
- decode(_:)
- decode(_:)
- decode(_:)
- decode(_:)
- decode(_:)
- decodeIfPresent(_:)
- decodeIfPresent(_:)
- decodeIfPresent(_:)
- decodeIfPresent(_:)
- decodeIfPresent(_:)
- decodeIfPresent(_:)
- decodeIfPresent(_:)
- decodeIfPresent(_:)
- decodeIfPresent(_:)
- decodeIfPresent(_:)
- decodeIfPresent(_:)
- decodeIfPresent(_:)
- decodeIfPresent(_:)
- decodeIfPresent(_:)
- decodeIfPresent(_:)
- decodeNil()
- nestedContainer(keyedBy:)
- nestedUnkeyedContainer()
- superDecoder()
-
Initialization with Literals
- ExpressibleByArrayLiteral
- ExpressibleByDictionaryLiteral
- ExpressibleByIntegerLiteral
- ExpressibleByFloatLiteral
- ExpressibleByBooleanLiteral
- ExpressibleByNilLiteral
- ExpressibleByStringLiteral
- ExpressibleByExtendedGraphemeClusterLiteral
- ExpressibleByUnicodeScalarLiteral
- ExpressibleByStringInterpolation
- StringInterpolationProtocol
- DefaultStringInterpolation
- Default Literal Types
- Input and Output
-
Debugging and Reflection
- print(_:separator:terminator:)
- print(_:separator:terminator:to:)
- debugPrint(_:separator:terminator:)
- debugPrint(_:separator:terminator:to:)
- dump(_:name:indent:maxDepth:maxItems:)
- dump(_:to:name:indent:maxDepth:maxItems:)
- assert(_:_:file:line:)
- assertionFailure(_:file:line:)
- precondition(_:_:file:line:)
- preconditionFailure(_:file:line:)
- fatalError(_:file:line:)
- Never
-
Mirror
- descendant(_:_:)
- MirrorPath
- Mirror.Child
- Mirror.Children
- init(_:children:displayStyle:ancestorRepresentation:)
- init(_:children:displayStyle:ancestorRepresentation:)
- init(_:unlabeledChildren:displayStyle:ancestorRepresentation:)
- init(reflecting:)
- children
- customMirror
- description
- displayStyle
- subjectType
- superclassMirror
- Mirror.AncestorRepresentation
- Mirror.DisplayStyle
- ObjectIdentifier
- type(of:)
- ==(_:_:)
- !=(_:_:)
- CustomReflectable
- CustomLeafReflectable
- CustomPlaygroundDisplayConvertible
- PlaygroundQuickLook
- Key-Path Expressions
-
Manual Memory Management
-
UnsafePointer
- UnsafePointer.Distance
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(bitPattern:)
- init(bitPattern:)
- customMirror
- customPlaygroundQuickLook
- debugDescription
- pointee
- advanced(by:)
- deallocate()
- distance(to:)
- hash(into:)
- predecessor()
- successor()
- withMemoryRebound(to:capacity:_:)
- subscript(_:)
- !=(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- -(_:_:)
- -(_:_:)
- -=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- <(_:_:)
- <=(_:_:)
- ==(_:_:)
- >(_:_:)
- >=(_:_:)
-
UnsafeMutablePointer
- UnsafeMutablePointer.Distance
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(bitPattern:)
- init(bitPattern:)
- init(mutating:)
- init(mutating:)
- customMirror
- customPlaygroundQuickLook
- debugDescription
- pointee
- advanced(by:)
- assign(from:count:)
- assign(repeating:count:)
- deallocate()
- deinitialize(count:)
- distance(to:)
- hash(into:)
- initialize(from:count:)
- initialize(repeating:count:)
- initialize(to:)
- move()
- moveAssign(from:count:)
- moveInitialize(from:count:)
- predecessor()
- successor()
- withMemoryRebound(to:capacity:_:)
- allocate(capacity:)
- subscript(_:)
- !=(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- -(_:_:)
- -(_:_:)
- -=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- <(_:_:)
- <=(_:_:)
- ==(_:_:)
- >(_:_:)
- >=(_:_:)
-
UnsafeBufferPointer
- UnsafeBufferPointer.Index
- UnsafeBufferPointer.Indices
- init(_:)
- init(rebasing:)
- init(rebasing:)
- init(start:count:)
- baseAddress
- count
- debugDescription
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- deallocate()
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- joined()
- joined(separator:)
- joined(separator:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- withMemoryRebound(to:_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- UnsafeBufferPointer.Iterator
-
UnsafeMutableBufferPointer
- UnsafeMutableBufferPointer.Index
- UnsafeMutableBufferPointer.Indices
- UnsafeMutableBufferPointer.Iterator
- init(mutating:)
- init(rebasing:)
- init(start:count:)
- baseAddress
- count
- debugDescription
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- assign(repeating:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- deallocate()
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- initialize(from:)
- initialize(repeating:)
- joined()
- joined(separator:)
- joined(separator:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- partition(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reverse()
- reversed()
- shuffle()
- shuffle(using:)
- shuffled()
- shuffled(using:)
- sort()
- sort(by:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- swapAt(_:_:)
- withContiguousMutableStorageIfAvailable(_:)
- withContiguousStorageIfAvailable(_:)
- withMemoryRebound(to:_:)
- allocate(capacity:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
UnsafeRawPointer
- UnsafeRawPointer.Pointee
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(bitPattern:)
- init(bitPattern:)
- customMirror
- customPlaygroundQuickLook
- debugDescription
- advanced(by:)
- assumingMemoryBound(to:)
- bindMemory(to:capacity:)
- deallocate()
- distance(to:)
- hash(into:)
- load(fromByteOffset:as:)
- predecessor()
- successor()
- !=(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- -(_:_:)
- -(_:_:)
- -=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- <(_:_:)
- <=(_:_:)
- ==(_:_:)
- >(_:_:)
- >=(_:_:)
-
UnsafeMutableRawPointer
- UnsafeMutableRawPointer.Pointee
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(bitPattern:)
- init(bitPattern:)
- init(mutating:)
- init(mutating:)
- customMirror
- customPlaygroundQuickLook
- debugDescription
- advanced(by:)
- assumingMemoryBound(to:)
- bindMemory(to:capacity:)
- copyMemory(from:byteCount:)
- deallocate()
- distance(to:)
- hash(into:)
- initializeMemory(as:from:count:)
- initializeMemory(as:repeating:count:)
- load(fromByteOffset:as:)
- moveInitializeMemory(as:from:count:)
- predecessor()
- storeBytes(of:toByteOffset:as:)
- successor()
- allocate(byteCount:alignment:)
- !=(_:_:)
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- -(_:_:)
- -(_:_:)
- -=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- <(_:_:)
- <=(_:_:)
- ==(_:_:)
- >(_:_:)
- >=(_:_:)
-
UnsafeRawBufferPointer
- UnsafeRawBufferPointer.Element
- UnsafeRawBufferPointer.Index
- UnsafeRawBufferPointer.Indices
- UnsafeRawBufferPointer.SubSequence
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(rebasing:)
- init(rebasing:)
- init(start:count:)
- baseAddress
- count
- debugDescription
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- bindMemory(to:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- deallocate()
- difference(from:)
- difference(from:by:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:limitedBy:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- load(fromByteOffset:as:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
UnsafeRawBufferPointer.Iterator
- lazy
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- next()
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
-
UnsafeMutableRawBufferPointer
- UnsafeMutableRawBufferPointer.Element
- UnsafeMutableRawBufferPointer.Index
- UnsafeMutableRawBufferPointer.Indices
- UnsafeMutableRawBufferPointer.Iterator
- UnsafeMutableRawBufferPointer.SubSequence
- init(_:)
- init(_:)
- init(mutating:)
- init(rebasing:)
- init(start:count:)
- baseAddress
- count
- debugDescription
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- startIndex
- underestimatedCount
- allSatisfy(_:)
- bindMemory(to:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- copyBytes(from:)
- copyMemory(from:)
- deallocate()
- difference(from:)
- difference(from:by:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:limitedBy:)
- index(of:)
- initializeMemory(as:from:)
- initializeMemory(as:repeating:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- load(fromByteOffset:as:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- partition(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reverse()
- reversed()
- shuffle()
- shuffle(using:)
- shuffled()
- shuffled(using:)
- sort()
- sort(by:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- storeBytes(of:toByteOffset:as:)
- suffix(_:)
- suffix(from:)
- swapAt(_:_:)
- withContiguousMutableStorageIfAvailable(_:)
- withContiguousStorageIfAvailable(_:)
- allocate(byteCount:alignment:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- withUnsafePointer(to:_:)
- withUnsafePointer(to:_:)
- withUnsafeMutablePointer(to:_:)
- withUnsafeBytes(of:_:)
- withUnsafeBytes(of:_:)
- withUnsafeMutableBytes(of:_:)
- swap(_:_:)
- MemoryLayout
- Unmanaged
- withExtendedLifetime(_:_:)
- withExtendedLifetime(_:_:)
-
UnsafePointer
- Type Casting and Existential Types
-
C Interoperability
- OpaquePointer
-
AutoreleasingUnsafeMutablePointer
- init(_:)
- init(_:)
- pointee
- subscript(_:)
- ==(_:_:)
- !=(_:_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(bitPattern:)
- init(bitPattern:)
- customMirror
- debugDescription
- advanced(by:)
- distance(to:)
- hash(into:)
- predecessor()
- successor()
- +(_:_:)
- +(_:_:)
- +=(_:_:)
- -(_:_:)
- -(_:_:)
- -=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- <(_:_:)
- <=(_:_:)
- >(_:_:)
- >=(_:_:)
- withVaList(_:_:)
- CVaListPointer
- CVarArg
- getVaList(_:)
- withUnsafePointer(to:_:)
- withUnsafeMutablePointer(to:_:)
- withUnsafeBytes(of:_:)
- withUnsafeMutableBytes(of:_:)
- CBool
- CChar
- CChar16
- CChar32
- CDouble
- CLongDouble
- CFloat
- CFloat16
- CInt
- CLong
- CLongLong
- CShort
- CSignedChar
- CUnsignedChar
- CUnsignedInt
- CUnsignedLong
- CUnsignedLongLong
- CUnsignedShort
- CWideChar
-
Numbers and Basic Values
SwiftUI
- App Structure and Behavior
-
Views and Controls
-
View
- ViewBuilder
- Accessibility
- Appearance and Behavior
-
Auxiliary Views
- ToolbarItem
- Deprecated Auxiliary View Modifiers
-
Styles
- PrimitiveButtonStyle
-
ButtonStyle
-
ButtonStyleConfiguration
-
ButtonStyleConfiguration.Label
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
ButtonStyleConfiguration.Label
- makeBody(configuration:)
-
ButtonStyleConfiguration
-
MenuStyle
-
MenuStyleConfiguration
-
MenuStyleConfiguration.Label
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
MenuStyleConfiguration.Content
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
MenuStyleConfiguration.Label
- makeBody(configuration:)
-
MenuStyleConfiguration
-
ToggleStyle
-
ToggleStyleConfiguration
-
ToggleStyleConfiguration.Label
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
ToggleStyleConfiguration.Label
- makeBody(configuration:)
-
ToggleStyleConfiguration
- TitleAndIconLabelStyle
-
LabelStyle
-
LabelStyleConfiguration
-
LabelStyleConfiguration.Icon
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
LabelStyleConfiguration.Title
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
LabelStyleConfiguration.Icon
- makeBody(configuration:)
-
LabelStyleConfiguration
-
ProgressViewStyle
-
ProgressViewStyleConfiguration
-
ProgressViewStyleConfiguration.Label
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
ProgressViewStyleConfiguration.CurrentValueLabel
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
ProgressViewStyleConfiguration.Label
- makeBody(configuration:)
-
ProgressViewStyleConfiguration
-
GroupBoxStyle
-
GroupBoxStyleConfiguration
-
GroupBoxStyleConfiguration.Label
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
GroupBoxStyleConfiguration.Content
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
GroupBoxStyleConfiguration.Label
- makeBody(configuration:)
-
GroupBoxStyleConfiguration
-
GaugeStyle
-
GaugeStyleConfiguration
-
GaugeStyleConfiguration.Label
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- environmentObject(_:)
-
View Modifiers
-
GaugeStyleConfiguration.MinimumValueLabel
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- contextMenu(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- environmentObject(_:)
-
View Modifiers
-
GaugeStyleConfiguration.MaximumValueLabel
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- contextMenu(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- environmentObject(_:)
-
View Modifiers
-
GaugeStyleConfiguration.CurrentValueLabel
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- contextMenu(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- environmentObject(_:)
-
View Modifiers
-
GaugeStyleConfiguration.MarkedValueLabel
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- contextMenu(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- environmentObject(_:)
-
View Modifiers
-
GaugeStyleConfiguration.Label
- makeBody(configuration:)
-
GaugeStyleConfiguration
- Deprecated Style Modifiers
- Layout
- Rendering
-
Input and Events
- handlesExternalEvents(preferring:allowing:)
- GestureMask
- DropInfo
- pageCommand(value:in:step:)
-
SubscriptionView
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
- Deprecated Input and Events Modifiers
-
View Presentation
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- State
-
ModifiedContent
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(addTraits:)
- accessibility(hidden:)
- accessibility(hint:)
- accessibility(identifier:)
- accessibility(inputLabels:)
- accessibility(label:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- accessibility(value:)
- body(content:)
- handlesExternalEvents(matching:)
- onInsert(of:perform:)
-
View Modifiers
- ViewModifier
-
Text
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
- init(_:formatter:)
- init(_:formatter:)
-
View Modifiers
-
TextField
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
SecureField
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
TextEditor
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
Image
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
Button
-
ButtonStyle
-
ButtonStyleConfiguration
-
ButtonStyleConfiguration.Label
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
ButtonStyleConfiguration.Label
- makeBody(configuration:)
-
ButtonStyleConfiguration
- PrimitiveButtonStyle
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
ButtonStyle
-
EditButton
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
PasteButton
- init(supportedTypes:payloadAction:)
- init(supportedTypes:validator:payloadAction:)
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
Menu
-
MenuStyleConfiguration
-
MenuStyleConfiguration.Label
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
MenuStyleConfiguration.Content
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
MenuStyleConfiguration.Label
-
MenuStyle
-
MenuStyleConfiguration
-
MenuStyleConfiguration.Label
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
MenuStyleConfiguration.Content
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
MenuStyleConfiguration.Label
- makeBody(configuration:)
-
MenuStyleConfiguration
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
MenuStyleConfiguration
-
Link
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
- NavigationLink
-
Toggle
-
ToggleStyle
-
ToggleStyleConfiguration
-
ToggleStyleConfiguration.Label
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
ToggleStyleConfiguration.Label
- makeBody(configuration:)
-
ToggleStyleConfiguration
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
ToggleStyle
-
Picker
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
DatePicker
- DatePickerComponents
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
Slider
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
Stepper
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
ColorPicker
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
Label
-
LabelStyleConfiguration
-
LabelStyleConfiguration.Icon
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
LabelStyleConfiguration.Title
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
LabelStyleConfiguration.Icon
- TitleAndIconLabelStyle
-
LabelStyle
-
LabelStyleConfiguration
-
LabelStyleConfiguration.Icon
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
LabelStyleConfiguration.Title
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
LabelStyleConfiguration.Icon
- makeBody(configuration:)
-
LabelStyleConfiguration
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
LabelStyleConfiguration
-
ProgressView
-
ProgressViewStyle
-
ProgressViewStyleConfiguration
-
ProgressViewStyleConfiguration.Label
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
ProgressViewStyleConfiguration.CurrentValueLabel
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
ProgressViewStyleConfiguration.Label
- makeBody(configuration:)
-
ProgressViewStyleConfiguration
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
ProgressViewStyle
-
Gauge
-
GaugeStyle
-
GaugeStyleConfiguration
-
GaugeStyleConfiguration.Label
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- environmentObject(_:)
-
View Modifiers
-
GaugeStyleConfiguration.MinimumValueLabel
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- contextMenu(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- environmentObject(_:)
-
View Modifiers
-
GaugeStyleConfiguration.MaximumValueLabel
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- contextMenu(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- environmentObject(_:)
-
View Modifiers
-
GaugeStyleConfiguration.CurrentValueLabel
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- contextMenu(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- environmentObject(_:)
-
View Modifiers
-
GaugeStyleConfiguration.MarkedValueLabel
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- contextMenu(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- environmentObject(_:)
-
View Modifiers
-
GaugeStyleConfiguration.Label
- makeBody(configuration:)
-
GaugeStyleConfiguration
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- environmentObject(_:)
-
GaugeStyle
-
Deprecated Views and Controls
-
MenuButton
- init(_:content:)
- init(_:content:)
- init(label:content:)
- DefaultMenuButtonStyle
- PullDownMenuButtonStyle
- BorderlessButtonMenuButtonStyle
- BorderlessPullDownMenuButtonStyle
- MenuButtonStyle
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- disableAutocorrection(_:)
- textContentType(_:)
- labelsHidden()
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- focusedValue(_:_:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- body
- environmentObject(_:)
-
MenuButton
-
View
- View Layout and Presentation
-
Drawing and Animation
-
Rectangle
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
- Edge
-
RoundedRectangle
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
Circle
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
Ellipse
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
Capsule
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
Path
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
ScaledShape
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
RotatedShape
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
OffsetShape
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
TransformedShape
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
ContainerRelativeShape
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
Color
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
- cgColor
-
View Modifiers
-
LinearGradient
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
AngularGradient
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
RadialGradient
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
GeometryReader
-
View Modifiers
- accessibility(label:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(inputLabels:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- menuButtonStyle(_:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
-
View Modifiers
-
Rectangle
- Framework Integration
- State and Data Flow
- Gestures
TVMLKit
- TVApplicationController
- TVApplicationControllerContext
- TVViewElement
- TVInterfaceFactory
- TVBrowserViewController
- TVDocumentViewController
- TVElementFactory
- TVImageElement
- TVTextElement
- TVViewElementStyle
- TVStyleFactory
- TVColor
- TVMediaItem
- TVPlaylist
- TVPlayer
- TVDocumentError
TVUIKit
- TVLockupView
- TVCardView
- TVPosterView
- TVMonogramView
- TVCaptionButtonView
- TVLockupHeaderFooterView
- TVDigitEntryViewController
- TVCollectionViewFullScreenLayout
- TVCollectionViewFullScreenCell
- TVCollectionViewFullScreenLayoutAttributes
UIKit
-
App and Environment
- UIApplication
- UIApplicationDelegate
- Scenes
- Multitasking on iPad
- UIDevice
- UIStatusBarManager
- UITraitCollection
- UIApplicationMain(_:_:_:_:)
- Documents, Data, and Pasteboard
- Resource Management
- App Extensions
- Interprocess Communication
-
Mac Catalyst
- Toolbar
-
Touch Bar
- NSTouchBar
- NSTouchBarItem
- NSCandidateListTouchBarItem
- NSColorPickerTouchBarItem
- NSCustomTouchBarItem
- NSGroupTouchBarItem
- NSPopoverTouchBarItem
- NSSharingServicePickerTouchBarItem
- NSSliderTouchBarItem
- NSUserInterfaceCompressionOptions
- NSButtonTouchBarItem
- NSPickerTouchBarItem
- NSStepperTouchBarItem
- NSScrubber
- NSScrubberItemView
- NSScrubberArrangedView
- NSScrubberImageItemView
- NSScrubberSelectionStyle
- NSScrubberSelectionView
- NSScrubberTextItemView
- NSScrubberFlowLayout
- NSScrubberProportionalLayout
- NSScrubberLayoutAttributes
- NSScrubberLayout
- UIHoverGestureRecognizer
-
Views and Controls
- UIView
-
Collection Views
- UICollectionView
- UICollectionViewController
- UICollectionViewDiffableDataSource
- UICollectionViewDataSource
- NSDiffableDataSourceSnapshot
- NSDiffableDataSourceSectionSnapshot
- UICollectionViewCell
- UICollectionViewListCell
- UICollectionReusableView
-
Layouts
-
UICollectionViewCompositionalLayout
-
UICollectionLayoutListConfiguration
- separatorConfiguration
- UIListSeparatorConfiguration
- itemSeparatorHandler
- UICollectionLayoutListConfiguration.ItemSeparatorHandler
-
UICollectionLayoutListConfiguration
- NSCollectionLayoutItem
- NSCollectionLayoutGroup
- NSCollectionLayoutSection
- NSCollectionLayoutDimension
- NSCollectionLayoutSize
- NSCollectionLayoutSpacing
- NSCollectionLayoutEdgeSpacing
- UICollectionViewCompositionalLayoutConfiguration
- NSCollectionLayoutAnchor
- NSCollectionLayoutSupplementaryItem
- NSCollectionLayoutBoundarySupplementaryItem
- NSCollectionLayoutDecorationItem
- NSCollectionLayoutGroupCustomItem
- UICollectionViewUpdateItem
- UICollectionViewFocusUpdateContext
- UICollectionViewLayoutInvalidationContext
- UICollectionViewLayout
- UICollectionViewFlowLayout
- UICollectionViewTransitionLayout
- UICollectionViewLayoutAttributes
- UICollectionViewFlowLayoutInvalidationContext
- NSDiffableDataSourceSnapshot
-
UICollectionViewCompositionalLayout
- UICollectionViewDropPlaceholder
- UICollectionViewDropProposal
- UICollectionViewPlaceholder
-
Table Views
- UITableView
- UITableViewDiffableDataSource
- NSDiffableDataSourceSnapshot
- UILocalizedIndexedCollation
- UIRefreshControl
- UITableViewController
- UITableViewFocusUpdateContext
- UITableViewCell
- UITableViewHeaderFooterView
- UISwipeActionsConfiguration
- UIContextualAction
- UITableViewRowAction
- UITableViewDropProposal
- UITableViewDropPlaceholder
- UITableViewPlaceholder
- UIStackView
- UIScrollView
- UIActivityIndicatorView
- UIImageView
- UIPickerView
- UIProgressView
- UIWebView
- UIControl
- UIButton
- UIColorWell
- UIDatePicker
- UIPageControl
- UISegmentedControl
- UISlider
- UIStepper
- UISwitch
- UILabel
- UITextField
- UITextView
- Drag and Drop Customization
- UISearchTextField
- UISearchToken
- UIVisualEffect
- UIVisualEffectView
- UIVibrancyEffect
- UIBlurEffect
- UIBarItem
- UIBarButtonItem
- UIBarButtonItemGroup
- UINavigationBar
- UISearchBar
- UIToolbar
- UITabBar
- UITabBarItem
- UILargeContentViewerInteraction
- UIEventAttributionView
- UIEventAttribution
- NSAdvertisingAttributionReportEndpoint
-
View Controllers
- UIViewController
- UITableViewController
- UICollectionViewController
- UISplitViewController
- UINavigationController
- UINavigationBar
- UINavigationItem
- UITabBarController
- UITabBar
- UITabBarItem
- UIPageViewController
- UIPresentationController
- UISearchContainerViewController
- UISearchController
- UISearchBar
- UIImagePickerController
- UIVideoEditorController
- UIDocumentBrowserViewController
- UIDocumentPickerViewController
- UIDocumentInteractionController
- UICloudSharingController
- UIActivityViewController
- UIActivityItemProvider
- UIActivity
- UIFontPickerViewController
- UIFontPickerViewController.Configuration
- UIColorPickerViewController
- UIReferenceLibraryViewController
- UIPrinterPickerController
- View Layout
- Appearance Customization
- Animation and Haptics
-
Windows and Screens
- UIWindow
- Scenes
- UIPopoverPresentationController
- UIPopoverBackgroundView
- UIAlertController
- UIAlertAction
- UIScreen
- UIScreenMode
-
Touches, Presses, and Gestures
- UIResponder
- UIEvent
- UITouch
- UIPress
- UIPressesEvent
- UIHoverGestureRecognizer
- UILongPressGestureRecognizer
- UIPanGestureRecognizer
- UIPinchGestureRecognizer
- UIRotationGestureRecognizer
- UIScreenEdgePanGestureRecognizer
- UISwipeGestureRecognizer
- UITapGestureRecognizer
- UIGestureRecognizer
- UIPreviewInteraction
- Drag and Drop
- Pointer Interactions
- Pencil Interactions
- Focus-based Navigation
-
Menus and Shortcuts
- UIMenuController
- UIMenuItem
- UIMenu
- UIMenuSystem
- UIContextMenuInteraction
- UIContextMenuInteractionDelegate
- UITargetedPreview
- UIPreviewTarget
- UIPreviewParameters
- UIMenuElement
- UIAction
- UICommand
- UIKeyCommand
- UIDeferredMenuElement
- UIApplicationShortcutItem
- UIApplicationShortcutIcon
- UIMutableApplicationShortcutItem
- Accessibility for UIKit
- Images and PDF
- Drawing
- Printing
- Text Display and Fonts
- Text Storage
- Keyboards and Input
- Handwriting Recognition
-
Deprecated Symbols
- UIPreviewAction
- UIPreviewActionGroup
- UIActionSheet
- UIAlertView
- UIDocumentMenuViewController
- UILocalNotification
- UIMutableUserNotificationAction
- UIMutableUserNotificationCategory
- UIPopoverController
- UISearchDisplayController
- UIStoryboardPopoverSegue
- UIUserNotificationAction
- UIUserNotificationCategory
- UIUserNotificationSettings
- UIPrintServiceExtension
- UIPrinterDestination
- UIKit Enumerations
WatchKit
-
NowPlayingView
-
View Modifiers
- environmentObject(_:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- edgesIgnoringSafeArea(_:)
- colorScheme(_:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
-
View Modifiers
- WKExtension
- WKInterfaceDevice
-
Storyboard Support
- WKInterfaceObject
- WKInterfaceController
- WKAlertAction
- WKAccessibilityImageRegion
- WKInterfaceLabel
- WKInterfaceDate
- WKInterfaceTimer
- WKInterfaceButton
- WKInterfaceAuthorizationAppleIDButton
- WKInterfacePaymentButton
- WKInterfaceTextField
- WKInterfaceSwitch
- WKInterfaceSlider
- WKInterfaceActivityRing
- WKInterfaceMap
- WKInterfaceGroup
- WKInterfaceSeparator
- WKInterfaceTable
- WKInterfacePicker
- WKInterfaceVolumeControl
- WKAudioFilePlayer
- WKAudioFileQueuePlayer
- WKAudioFilePlayerItem
- WKAudioFileAsset
- WKInterfaceImage
- WKImage
- WKInterfaceMovie
- WKInterfaceInlineMovie
- WKInterfaceHMCamera
- WKInterfaceSKScene
- WKInterfaceSCNScene
- WKCrownSequencer
- WKGestureRecognizer
- WKLongPressGestureRecognizer
- WKPanGestureRecognizer
- WKSwipeGestureRecognizer
- WKTapGestureRecognizer
- WKUserNotificationInterfaceController
- Background Execution
- WKExtendedRuntimeSession
- WatchKitError
Accounts
Address Book
- ABAddressBook
- ABPerson
- ABGroup
- ABMultiValue
- ABMutableMultiValue
- ABRecord
- ABPeoplePickerView
- ABPersonView
- ABSearchElement
Address Book UI
- ABPeoplePickerNavigationController
- ABNewPersonViewController
- ABPersonViewController
- ABUnknownPersonViewController
AdServices
AdSupport
Application Services
App Store Receipts
Automatic Assessment Configuration
Background Tasks
- BGTaskScheduler
- BGProcessingTaskRequest
- BGAppRefreshTaskRequest
- BGTaskRequest
- BGProcessingTask
- BGAppRefreshTask
- BGTask
Business Chat
CallKit
-
CXProvider
- reportNewIncomingVoIPPushPayload(_:completion:)
- com.apple.developer.usernotifications.filtering
- CXError
- CXErrorCodeIncomingCallError
- CXErrorCodeNotificationServiceExtensionError
- CXProviderConfiguration
- CXCallUpdate
- CXAnswerCallAction
- CXCallController
- CXTransaction
- CXStartCallAction
- CXAction
- CXCallAction
- CXEndCallAction
- CXPlayDTMFCallAction
- CXSetGroupCallAction
- CXSetHeldCallAction
- CXSetMutedCallAction
- CXCall
- CXCallObserver
- CXHandle
- CXCallDirectoryProvider
- CXCallDirectoryExtensionContext
- CXCallDirectoryManager
- CallKit Enumerations
- CallKit Constants
CarPlay
- CPTemplateApplicationScene
- CPSessionConfiguration
- CPListTemplate
- CPGridTemplate
- CPTabBarTemplate
- CPTemplate
- CPBarButtonProviding
- CPNowPlayingTemplate
- CPTemplateApplicationDashboardScene
- CPMapTemplate
- CPSearchTemplate
- CPVoiceControlTemplate
- CPPointOfInterestTemplate
- CPInformationTemplate
- CPTextButton
- CPContactTemplate
- CPActionSheetTemplate
- CPAlertTemplate
- CPAlertAction
- CPButton
- CPImageSet
ClassKit
- CLSDataStore
- CLSContext
- CLSActivity
- CLSScoreItem
- CLSBinaryItem
- CLSQuantityItem
- CLSActivityItem
- CLSError
ClockKit
- CLKComplicationDescriptor
- CLKComplicationServer
- CLKComplication
- CLKComplicationTimelineEntry
- Data Providers
- Circular Small
-
Extra Large
- CLKComplicationTemplateExtraLargeRingImage
- CLKComplicationTemplateExtraLargeSimpleImage
- CLKComplicationTemplateExtraLargeStackImage
- CLKComplicationTemplateExtraLargeColumnsText
- CLKComplicationTemplateExtraLargeRingText
- CLKComplicationTemplateExtraLargeSimpleText
- CLKComplicationTemplateExtraLargeStackText
-
Modular Small
- CLKComplicationTemplateModularSmallRingImage
- CLKComplicationTemplateModularSmallSimpleImage
- CLKComplicationTemplateModularSmallStackImage
- CLKComplicationTemplateModularSmallColumnsText
- CLKComplicationTemplateModularSmallRingText
- CLKComplicationTemplateModularSmallSimpleText
- CLKComplicationTemplateModularSmallStackText
- Modular Large
- Utilitarian
-
Graphic
-
Circular Complication Templates
- CLKComplicationTemplateGraphicCircularImage
- CLKComplicationTemplateGraphicCircularView
- CLKComplicationTemplateGraphicCircularStackImage
- CLKComplicationTemplateGraphicCircularStackViewText
- CLKComplicationTemplateGraphicCircularStackText
- CLKComplicationTemplateGraphicCircularOpenGaugeImage
- CLKComplicationTemplateGraphicCircularOpenGaugeView
- CLKComplicationTemplateGraphicCircularOpenGaugeSimpleText
- CLKComplicationTemplateGraphicCircularOpenGaugeRangeText
- CLKComplicationTemplateGraphicCircularClosedGaugeImage
- CLKComplicationTemplateGraphicCircularClosedGaugeView
- CLKComplicationTemplateGraphicCircularClosedGaugeText
- CLKComplicationTemplateGraphicCircular
-
Corner Complication Templates
- CLKComplicationTemplateGraphicCornerCircularImage
- CLKComplicationTemplateGraphicCornerCircularView
- CLKComplicationTemplateGraphicCornerStackText
- CLKComplicationTemplateGraphicCornerTextImage
- CLKComplicationTemplateGraphicCornerTextView
- CLKComplicationTemplateGraphicCornerGaugeImage
- CLKComplicationTemplateGraphicCornerGaugeView
- CLKComplicationTemplateGraphicCornerGaugeText
-
Rectangular Complication Templates.
- CLKComplicationTemplateGraphicRectangularStandardBody
- CLKComplicationTemplateGraphicRectangularStandardBodyView
- CLKComplicationTemplateGraphicRectangularTextGauge
- CLKComplicationTemplateGraphicRectangularTextGaugeView
- CLKComplicationTemplateGraphicRectangularLargeImage
- CLKComplicationTemplateGraphicRectangularLargeView
- CLKComplicationTemplateGraphicRectangularFullImage
- CLKComplicationTemplateGraphicRectangularFullView
-
Extra Large Circular Templates
- CLKComplicationTemplateGraphicExtraLargeCircularImage
- CLKComplicationTemplateGraphicExtraLargeCircularView
- CLKComplicationTemplateGraphicExtraLargeCircularStackImage
- CLKComplicationTemplateGraphicExtraLargeCircularStackViewText
- CLKComplicationTemplateGraphicExtraLargeCircularStackText
- CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeImage
- CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeView
- CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeSimpleText
- CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeRangeText
- CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeImage
- CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeView
- CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeText
- CLKComplicationTemplateGraphicExtraLargeCircular
- CLKComplicationTemplateGraphicBezelCircularText
-
Circular Complication Templates
- CLKComplicationTemplate
- CLKComplicationSupportedFamilies
-
SwiftUI Templates
- CLKComplicationTemplateGraphicCornerCircularView
- CLKComplicationTemplateGraphicCornerGaugeView
- CLKComplicationTemplateGraphicCornerTextView
- CLKComplicationTemplateGraphicCircularView
- CLKComplicationTemplateGraphicCircularOpenGaugeView
- CLKComplicationTemplateGraphicCircularClosedGaugeView
- CLKComplicationTemplateGraphicCircularStackViewText
- CLKComplicationTemplateGraphicRectangularStandardBodyView
- CLKComplicationTemplateGraphicRectangularTextGaugeView
- CLKComplicationTemplateGraphicRectangularLargeView
- CLKComplicationTemplateGraphicRectangularFullView
- CLKComplicationTemplateGraphicExtraLargeCircularView
- CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeView
- CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeView
- CLKComplicationTemplateGraphicExtraLargeCircularStackViewText
- CLKWatchFaceLibrary
CloudKit
- CKRecordZone
- CKRecord
- CKRecord.Reference
- CKAsset
- Local Records
-
Remote Records
- CKDatabaseSubscription
- CKDatabaseNotification
- CKFetchDatabaseChangesOperation
- CKRecordZoneSubscription
- CKRecordZoneNotification
- CKFetchRecordZoneChangesOperation
- CKServerChangeToken
- CKFetchSubscriptionsOperation
- CKModifySubscriptionsOperation
- CKQuerySubscription
- CKQueryNotification
- CKSubscription
- CKNotification
- CKDatabaseOperation
- Shared Records
- CKUserIdentity
- CKUserIdentity.LookupInfo
- CKDiscoverAllUserIdentitiesOperation
- CKDiscoverUserIdentitiesOperation
- CKContainer
- CKDatabase
- CKOperationGroup
- CKFetchWebAuthTokenOperation
- CKError
- Deprecated Symbols
Combine
-
Publishers
- Publishers.Sequence
-
Publishers.Catch
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.ReceiveOn
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.SubscribeOn
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Map
-
Publishers.Output
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publishers.Output
-
Publishers.TryMap
-
Publishers.Output
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
-
Publishers.Output
-
Publishers.MapError
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Scan
-
Publishers.Output
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publishers.Output
-
Publishers.TryScan
-
Publishers.Output
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
-
Publishers.Output
-
Publishers.SetFailureType
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Filter
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.TryFilter
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
-
Publisher Operators
-
Publishers.CompactMap
-
Publishers.Output
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publishers.Output
-
Publishers.TryCompactMap
-
Publishers.Output
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
-
Publishers.Output
-
Publishers.RemoveDuplicates
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.TryRemoveDuplicates
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
-
Publisher Operators
-
Publishers.ReplaceEmpty
-
Publishers.Output
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publishers.Output
-
Publishers.ReplaceError
-
Publishers.Output
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publishers.Output
-
Publishers.Collect
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.CollectByCount
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.CollectByTime
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.IgnoreOutput
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Reduce
-
Publishers.Output
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publishers.Output
-
Publishers.TryReduce
-
Publishers.Output
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
-
Publishers.Output
-
Publishers.Count
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Comparison
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.TryComparison
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
-
Publisher Operators
-
Publishers.Contains
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.ContainsWhere
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.TryContainsWhere
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
-
Publisher Operators
-
Publishers.AllSatisfy
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.TryAllSatisfy
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
-
Publisher Operators
-
Publishers.DropUntilOutput
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Drop
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.DropWhile
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.TryDropWhile
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
-
Publisher Operators
-
Publishers.Concatenate
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.PrefixWhile
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.TryPrefixWhile
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
-
Publisher Operators
-
Publishers.PrefixUntilOutput
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.First
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.FirstWhere
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.TryFirstWhere
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
-
Publisher Operators
-
Publishers.Last
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.LastWhere
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.TryLastWhere
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
-
Publisher Operators
-
Publishers.Output
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.CombineLatest
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.CombineLatest3
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.CombineLatest4
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Merge
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Merge3
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Merge4
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Merge5
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Merge6
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Merge7
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Merge8
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.MergeMany
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Zip
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Zip3
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Zip4
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.FlatMap
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.SwitchToLatest
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.AssertNoFailure
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Catch
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.TryCatch
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
-
Publisher Operators
-
Publishers.Retry
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.MeasureInterval
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Debounce
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Delay
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Throttle
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Timeout
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Decode
-
Publishers.Output
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
-
Publishers.Output
-
Publishers.Encode
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
-
Publisher Operators
-
Publishers.MapKeyPath
-
Publishers.Output
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publishers.Output
-
Publishers.MapKeyPath2
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.MapKeyPath3
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Multicast
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Share
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Buffer
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Autoconnect
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.MakeConnectable
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Breakpoint
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.HandleEvents
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Publishers.Print
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- encode(encoder:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
AnyPublisher
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- decode(type:decoder:)
- encode(encoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Published
-
Published.Publisher
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- decode(type:decoder:)
- encode(encoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Published.Publisher
-
Future
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- decode(type:decoder:)
- encode(encoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
- Just
-
Deferred
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- decode(type:decoder:)
- encode(encoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Empty
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- decode(type:decoder:)
- encode(encoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Fail
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- decode(type:decoder:)
- encode(encoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
Record
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- decode(type:decoder:)
- encode(encoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
CurrentValueSubject
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- decode(type:decoder:)
- encode(encoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
PassthroughSubject
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- catch(_:)
- tryCatch(_:)
- decode(type:decoder:)
- encode(encoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
-
ObservableObjectPublisher
-
Publisher Operators
- subscribe(_:)
- subscribe(_:)
- replaceNil(with:)
- setFailureType(to:)
- drop(untilOutputFrom:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- catch(_:)
- tryCatch(_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- decode(type:decoder:)
- multicast(_:)
- multicast(subject:)
- assign(to:on:)
-
Publisher Operators
Contacts
- CNContactStore
- CNContact
- CNMutableContact
- Data Objects
- CNContactFetchRequest
- CNFetchRequest
- CNFetchResult
- CNSaveRequest
- CNChangeHistoryAddContactEvent
- CNChangeHistoryAddGroupEvent
- CNChangeHistoryAddMemberToGroupEvent
- CNChangeHistoryAddSubgroupToGroupEvent
- CNChangeHistoryDeleteContactEvent
- CNChangeHistoryDeleteGroupEvent
- CNChangeHistoryDropEverythingEvent
- CNChangeHistoryEvent
- CNChangeHistoryFetchRequest
- CNChangeHistoryRemoveMemberFromGroupEvent
- CNChangeHistoryRemoveSubgroupFromGroupEvent
- CNChangeHistoryUpdateContactEvent
- CNChangeHistoryUpdateGroupEvent
- CNContactFormatter
- CNPostalAddressFormatter
- CNContactVCardSerialization
- CNContactsUserDefaults
- Error Information
- Contacts Constants
Contacts UI
Core Data
-
Core Data Stack
- NSPersistentContainer
- NSManagedObjectModel
- NSEntityDescription
- NSPropertyDescription
- NSAttributeDescription
- NSDerivedAttributeDescription
- NSRelationshipDescription
- NSManagedObjectContext
- NSManagedObject
- NSManagedObjectID
- NSPersistentStoreCoordinator
- NSPersistentStore
- NSPersistentStoreDescription
- NSPersistentStoreRequest
- NSPersistentStoreResult
- NSPersistentStoreAsynchronousResult
- NSSaveChangesRequest
- NSAtomicStore
- NSAtomicStoreCacheNode
- NSIncrementalStore
- NSIncrementalStoreNode
- Core Data Model
- NSFetchRequest
- NSAsynchronousFetchRequest
- NSAsynchronousFetchResult
- NSFetchedResultsController
- NSPersistentCloudKitContainer
- NSPersistentCloudKitContainerOptions
- Persistent History
- Conflict Resolution
- Batch Processing
- Heavyweight Migration
Core Foundation
- CFMutableString
- CFString
- CFURL
- CFXMLNode
- Core Foundation Constants
- Core Foundation Functions
Core Location
- CLLocationManager
- NSLocationDefaultAccuracyReduced
- CLLocation
- CLFloor
- CLVisit
- CLCircularRegion
- CLRegion
- CLBeacon
- CLBeaconRegion
- CLBeaconIdentityConstraint
- CLHeading
- CLGeocoder
- CLPlacemark
- CLError
Core ML
- Core ML API
Core Motion
- CMMotionManager
- CMDeviceMotion
- CMAttitude
- CMAccelerometerData
- CMRecordedAccelerometerData
- CMSensorRecorder
- CMSensorDataList
- CMGyroData
- CMPedometer
- CMPedometerData
- CMPedometerEvent
- CMStepCounter
- CMMagnetometerData
- CMAltimeter
- CMAltitudeData
- CMHeadphoneMotionManager
- CMMotionActivityManager
- CMMotionActivity
- CMLogItem
- CMMovementDisorderManager
- CMTremorResult
- CMDyskineticSymptomResult
- CMFallDetectionManager
- CMFallDetectionDelegate
- CMFallDetectionEvent
- NSFallDetectionUsageDescription
- CMRecordedRotationRateData
- CMRotationRateData
- Core Motion Enumerations
Core Spotlight
- CSSearchableItem
- CSSearchableItemAttributeSet
- CSCustomAttributeKey
- CSSearchableIndex
- CSIndexExtensionRequestHandler
- CSSearchQuery
- CSLocalizedString
- CSPerson
- CSIndexError
- CSSearchQueryError
Core Text
Create ML
-
MLImageClassifier
- MLImageClassifier.ModelParameters
- MLActionClassifier
- MLDataTable
- MLDataValue
DeviceCheck
EventKit
- EKEventStore
- EKEvent
- EKReminder
- EKCalendar
- EKParticipant
- EKRecurrenceDayOfWeek
- EKRecurrenceEnd
- EKRecurrenceRule
- EKAlarm
- EKStructuredLocation
- EKCalendarItem
- EKObject
- EKSource
- EKError
EventKit UI
File Provider
- NSFileProviderExtension
- NSFileProviderManager
- NSFileProviderItemProtocol
- NSFileProviderItemCapabilities
- macOS Support
- NSFileProviderError
- NSFileProviderDomainVersion
- NSFileProviderDomainState
- NSFileProviderPendingSetEnumerator
- NSFileProviderTestingChildrenEnumeration
- NSFileProviderTestingCollisionResolution
- NSFileProviderTestingContentFetch
- NSFileProviderTestingCreation
- NSFileProviderTestingDeletion
- NSFileProviderTestingIngestion
- NSFileProviderTestingLookup
- NSFileProviderTestingModification
- NSFileProviderTestingOperation
-
FileProvider Enumerations
- NSFileProviderTestingOperationSide
-
NSFileProviderTestingOperationType
- NSFileProviderTestingOperationType.childrenEnumeration
- NSFileProviderTestingOperationType.collisionResolution
- NSFileProviderTestingOperationType.contentFetch
- NSFileProviderTestingOperationType.creation
- NSFileProviderTestingOperationType.deletion
- NSFileProviderTestingOperationType.ingestion
- NSFileProviderTestingOperationType.lookup
- NSFileProviderTestingOperationType.modification
File Provider UI
HealthKit
- HKHealthStore
-
Data Types
- HKCharacteristicType
- HKQuantityType
- HKCategoryType
- HKCorrelationType
- HKActivitySummaryType
- HKAudiogramSampleType
- HKElectrocardiogramType
- HKSeriesType
- HKClinicalType
- HKWorkoutType
- HKObjectType
- HKSampleType
- activityMoveMode
- lowCardioFitnessEvent
- contraceptive
- lactation
- pregnancy
- headphoneAudioExposureEvent
- HKElectrocardiogramType
-
Samples
- HKCumulativeQuantitySample
- HKDiscreteQuantitySample
- HKQuantitySample
- HKCategorySample
- HKCorrelation
- Units and Quantities
- Metadata Keys
- HKQuantitySeriesSampleBuilder
- HKHeartbeatSeriesBuilder
- HKHeartbeatSeriesSample
- HKElectrocardiogram
- HKElectrocardiogram.VoltageMeasurement
- HKAudiogramSample
- HKAudiogramSensitivityPoint
- HKClinicalRecord
- HKFHIRResource
- HKCDADocumentSample
- HKDocumentSample
- HKDocumentType
- HKQuantitySample
- HKSample
- HKObject
- HKCumulativeQuantitySeriesSample
-
Queries
- HKSampleQuery
- HKQuantitySeriesSampleQuery
- HKAnchoredObjectQuery
- HKObserverQuery
- HKCorrelationQuery
- HKDocumentQuery
- HKHeartbeatSeriesQuery
- HKElectrocardiogramQuery
- HKQuery
- HKSourceRevision
- HKSource
- HKDevice
- HKSourceQuery
- HKStatisticsQuery
- HKStatisticsCollectionQuery
- HKStatistics
- HKStatisticsCollection
-
Workouts and Activity Rings
- HKWorkout
- HKWorkoutBuilder
- HKWorkoutType
- HKWorkoutEvent
- HKWorkoutSession
- HKWorkoutConfiguration
- HKLiveWorkoutBuilder
- HKLiveWorkoutDataSource
- HKActivitySummary
- HKActivitySummaryQuery
- HKActivityRingView
- HKActivityMoveModeObject
- HKWorkoutRouteBuilder
- HKWorkoutRoute
- HKWorkoutRouteQuery
- HKSeriesBuilder
- HKSeriesSample
- HKError
HomeKit
-
HMHomeManager
-
HMHome
- HMRoom
- HMZone
- addAndSetupAccessories(with:completionHandler:)
- HMAccessory
- HMServiceGroup
- HMActionSet
- HMTimerTrigger
- HMEventTrigger
- HMTrigger
- HMUser
- HMHomeAccessControl
- HMAccessControl
- HMHomeManagerDelegate
-
HMHome
- HMAccessory
- HMService
- HMCharacteristic
- HMActionSet
- HMTimerTrigger
- HMEventTrigger
- HMError
-
CameraView
- HMCameraSource
-
View Modifiers
- edgesIgnoringSafeArea(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- colorScheme(_:)
- listRowPlatterColor(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- environmentObject(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- pageCommand(value:in:step:)
iAd
JavaScriptCore
- JSVirtualMachine
- JSContext
- JSValue
- JSManagedValue
-
C JavaScriptCore API
- JSStringRef
- JSObjectRef
MapKit
- MKMapView
- MKMapItem
-
Map
- MapInteractionModes
-
View Modifiers
- edgesIgnoringSafeArea(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- colorScheme(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- menuButtonStyle(_:)
- listRowPlatterColor(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- handlesExternalEvents(preferring:allowing:)
- pageCommand(value:in:step:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- environmentObject(_:)
- MKDistanceFormatter
- MKMapCamera
- MKCompassButton
- MKScaleView
- MKZoomControl
- MKPitchControl
- MKUserTrackingButton
- MKUserTrackingBarButtonItem
- MKPlacemark
- MKAnnotationView
- MKOverlayRenderer
- MapKit Annotations
- MapKit Overlays
- MKGeoJSONDecoder
- MKGeoJSONFeature
- MKDirections
- MKDirections.Request
- MKDirections.Response
- MKDirections.ETAResponse
- MKRoute
- MKRoute.Step
- MKLocalSearch
- MKLocalPointsOfInterestRequest
- MKLocalSearchCompleter
- MKLocalSearchCompletion
- MKPointOfInterestFilter
- MKMapSnapshotter
- MKMapSnapshotter.Snapshot
- MKError
- Deprecated Symbols
Messages
- MSStickerBrowserViewController
- MSStickerBrowserView
- MSStickerView
- MSMessagesAppViewController
- MSConversation
- MSSticker
- MSMessage
- MSSession
- MSMessageLayout
- MSMessageTemplateLayout
- MSMessageLiveLayout
Message UI
Multipeer Connectivity
- MCAdvertiserAssistant
- MCBrowserViewController
- MCNearbyServiceAdvertiser
- MCNearbyServiceBrowser
- MCPeerID
- MCSession
- MCError
Natural Language
NewsstandKit
Notification Center
PassKit (Apple Pay and Wallet)
-
Apple Pay
- PKPaymentAuthorizationController
- PKPaymentAuthorizationViewController
- PKPaymentButton
- PKPaymentRequest
- PKPaymentAuthorizationResult
- PKPaymentAuthorizationController
- PKPaymentAuthorizationViewController
- PKPayment
- PKPaymentRequestMerchantSessionUpdate
- PKPaymentRequestPaymentMethodUpdate
- PKPaymentRequestShippingContactUpdate
- PKPaymentRequestShippingMethodUpdate
- PKPaymentRequestUpdate
- PKPaymentInformationEventExtension
- PKPaymentInformationRequestHandling
- PKPaymentError
-
Wallet
- PKPassLibrary
- PKSecureElementPass
- PKAddSecureElementPassConfiguration
- PKAddSecureElementPassViewController
- PKPass
- PKAddPassesViewController
- PKPaymentPass
- PKAddPaymentPassViewController
- PKTransitPassProperties
- PKSuicaPassProperties
- PKAddShareablePassConfiguration
- PKShareablePassMetadata
- PKAddCarKeyPassConfiguration
- PKIssuerProvisioningExtensionHandler
- PKObject
- PKAddPassButton
- PKLabeledValue
- PKPassKitError
- PKRadioTechnology
Preference Panes
PushKit
QuickLook
- QLPreviewController
-
Previews or Thumbnail Images for macOS 10.14 or Earlier
- QLThumbnailCreate(_:_:_:_:)
- QLThumbnailDispatchAsync(_:_:_:)
- QLThumbnailCancel(_:)
- QLThumbnailCopyDocumentURL(_:)
- QLThumbnailCopyImage(_:)
- QLThumbnailCopyOptions(_:)
- QLThumbnailGetContentRect(_:)
- QLThumbnailGetMaximumSize(_:)
- QLThumbnailGetTypeID()
- QLThumbnailIsCancelled(_:)
- QLThumbnailRequestCopyContentUTI(_:)
- QLThumbnailRequestCopyOptions(_:)
- QLThumbnailRequestCopyURL(_:)
- QLThumbnailRequestCreateContext(_:_:_:_:)
- QLThumbnailRequestFlushContext(_:_:)
- QLThumbnailRequestGetDocumentObject(_:)
- QLThumbnailRequestGetGeneratorBundle(_:)
- QLThumbnailRequestGetMaximumSize(_:)
- QLThumbnailRequestGetTypeID()
- QLThumbnailRequestIsCancelled(_:)
- QLThumbnailRequestSetDocumentObject(_:_:_:)
- QLThumbnailRequestSetImage(_:_:_:)
- QLThumbnailRequestSetImageAtURL(_:_:_:)
- QLThumbnailRequestSetImageWithData(_:_:_:)
- QLThumbnailRequestSetThumbnailWithDataRepresentation(_:_:_:_:_:)
- QLThumbnailRequestSetThumbnailWithURLRepresentation(_:_:_:_:_:)
- QLPreviewRequestCopyContentUTI(_:)
- QLPreviewRequestCopyOptions(_:)
- QLPreviewRequestCopyURL(_:)
- QLPreviewRequestCreateContext(_:_:_:_:)
- QLPreviewRequestCreatePDFContext(_:_:_:_:)
- QLPreviewRequestFlushContext(_:_:)
- QLPreviewRequestGetDocumentObject(_:)
- QLPreviewRequestSetDocumentObject(_:_:_:)
- QLPreviewRequestGetGeneratorBundle(_:)
- QLPreviewRequestGetTypeID()
- QLPreviewRequestIsCancelled(_:)
- QLPreviewRequestSetDataRepresentation(_:_:_:_:)
- QLPreviewRequestSetURLRepresentation(_:_:_:_:)
- kQLPreviewContentIDScheme
- kQLPreviewPropertyCursorKey
- kQLPreviewOptionCursorKey
- kQLPreviewPropertyAttachmentDataKey
- kQLPreviewPropertyAttachmentsKey
- kQLPreviewPropertyBaseBundlePathKey
- kQLPreviewPropertyDisplayNameKey
- kQLPreviewPropertyHeightKey
- kQLPreviewPropertyMIMETypeKey
- kQLPreviewPropertyPDFStyleKey
- kQLPreviewPropertyStringEncodingKey
- kQLPreviewPropertyWidthKey
- kQLThumbnailPropertyBadgeImageKey
- kQLThumbnailPropertyBaseBundlePathKey
- kQLThumbnailPropertyExtensionKey
Safari Services
- SFSafariViewController
- SFAuthenticationSession
- SSReadingList
- SSReadingListError
- SFContentBlockerManager
- SFContentBlockerState
- Safari App Extensions
- SFSafariExtension
- SFSafariApplication
- SFSafariWindow
- SFSafariPage
- SFSafariTab
- SFUniversalLink
- SFError
- SFAuthenticationError
SiriKit
- Resolving and Handling Intents
- Intents and Related Classes
- Shortcut Management
- Relevant Shortcuts for the Siri Watch Face
- INShortcut
- Siri Event Suggestions
-
Messaging
- INSearchForMessagesIntent
- INSearchForMessagesIntentResponse
- INSendMessageIntent
- INSendMessageIntentResponse
- INSendMessageAttachment
- INSetMessageAttributeIntent
- INSetMessageAttributeIntentResponse
- INOutgoingMessageTypeResolutionResult
- INMessage
- INPerson
- INMessageAttributeResolutionResult
- INMessageAttributeOptionsResolutionResult
- INDateComponentsRangeResolutionResult
- INSendMessageRecipientResolutionResult
- INPersonResolutionResult
-
Lists and Notes
- INCreateNoteIntent
- INCreateNoteIntentResponse
- INAppendToNoteIntent
- INAppendToNoteIntentResponse
- INSearchForNotebookItemsIntent
- INSearchForNotebookItemsIntentResponse
- INCreateTaskListIntent
- INCreateTaskListIntentResponse
- INAddTasksIntent
- INAddTasksIntentResponse
- INSetTaskAttributeIntent
- INSetTaskAttributeIntentResponse
- INDeleteTasksIntent
- INDeleteTasksIntentResponse
- INSnoozeTasksIntent
- INSnoozeTasksIntentResponse
- INNote
- INNoteContent
- INTextNoteContent
- INImageNoteContent
- INTaskList
- INTask
- INSpatialEventTrigger
- INTemporalEventTrigger
- INTemporalEventTriggerTypeOptionsResolutionResult
- INAddTasksTargetTaskListResolutionResult
- INAddTasksTemporalEventTriggerResolutionResult
- INDeleteTasksTaskListResolutionResult
- INDeleteTasksTaskResolutionResult
- INDateSearchTypeResolutionResult
- INLocationSearchTypeResolutionResult
- INNoteResolutionResult
- INNoteContentResolutionResult
- INNotebookItemTypeResolutionResult
- INSetTaskAttributeTemporalEventTriggerResolutionResult
- INSnoozeTasksTaskResolutionResult
- INSpatialEventTriggerResolutionResult
- INTaskListResolutionResult
- INTaskResolutionResult
- INTaskStatusResolutionResult
- INTemporalEventTriggerResolutionResult
- INTaskPriorityResolutionResult
- INNoteContentTypeResolutionResult
-
Workouts
- INStartWorkoutIntent
- INStartWorkoutIntentResponse
- INPauseWorkoutIntent
- INPauseWorkoutIntentResponse
- INResumeWorkoutIntent
- INResumeWorkoutIntentResponse
- INCancelWorkoutIntent
- INCancelWorkoutIntentResponse
- INEndWorkoutIntent
- INEndWorkoutIntentResponse
- INWorkoutGoalUnitTypeResolutionResult
- INWorkoutLocationTypeResolutionResult
-
Payments
- INSendPaymentIntent
- INSendPaymentIntentResponse
- INRequestPaymentIntent
- INRequestPaymentIntentResponse
- INPayBillIntent
- INPayBillIntentResponse
- INSearchForBillsIntent
- INSearchForBillsIntentResponse
- INSearchForAccountsIntent
- INSearchForAccountsIntentResponse
- INTransferMoneyIntent
- INTransferMoneyIntentResponse
- INBillDetails
- INBillPayee
- INCurrencyAmount
- INPaymentAccount
- INPaymentAmount
- INPaymentMethod
- INPaymentRecord
- INPerson
- INAccountTypeResolutionResult
- INBalanceTypeResolutionResult
- INBillTypeResolutionResult
- INBillPayeeResolutionResult
- INCurrencyAmountResolutionResult
- INPaymentAccountResolutionResult
- INPaymentAmountResolutionResult
- INPaymentMethodResolutionResult
- INPaymentStatusResolutionResult
- INRequestPaymentCurrencyAmountResolutionResult
- INRequestPaymentPayerResolutionResult
- INSendPaymentCurrencyAmountResolutionResult
- INSendPaymentPayeeResolutionResult
- INVisualCodeTypeResolutionResult
-
VoIP Calling
- INStartCallIntent
- INStartCallIntentResponse
- INSearchCallHistoryIntent
- INSearchCallHistoryIntentResponse
- INCallRecord
- INCallGroup
- INCallRecordFilter
- INCallRecordResolutionResult
- INCallRecordTypeResolutionResult
- INCallDestinationTypeResolutionResult
- INCallCapabilityResolutionResult
- INCallRecordTypeOptionsResolutionResult
- INStartCallContactResolutionResult
- INStartCallCallCapabilityResolutionResult
- INStartCallCallRecordToCallBackResolutionResult
- Visual Codes
- Photos
-
Ride Booking
- INListRideOptionsIntent
- INListRideOptionsIntentResponse
- INRequestRideIntent
- INRequestRideIntentResponse
- INGetRideStatusIntent
- INGetRideStatusIntentResponse
- INCancelRideIntent
- INCancelRideIntentResponse
- INSendRideFeedbackIntent
- INSendRideFeedbackIntentResponse
- INRideOption
- INRideStatus
- INRideDriver
- INRideVehicle
- INRideFareLineItem
- INRidePartySizeOption
- INRideCompletionStatus
-
Car Commands
- INGetCarLockStatusIntent
- INGetCarLockStatusIntentResponse
- INSetCarLockStatusIntent
- INSetCarLockStatusIntentResponse
- INGetCarPowerLevelStatusIntent
- INGetCarPowerLevelStatusIntentResponse
- INActivateCarSignalIntent
- INActivateCarSignalIntentResponse
- INListCarsIntent
- INListCarsIntentResponse
- INCarSignalOptionsResolutionResult
-
CarPlay
- INSetAudioSourceInCarIntent
- INSetAudioSourceInCarIntentResponse
- INSetClimateSettingsInCarIntent
- INSetClimateSettingsInCarIntentResponse
- INSetDefrosterSettingsInCarIntent
- INSetDefrosterSettingsInCarIntentResponse
- INSetSeatSettingsInCarIntent
- INSetSeatSettingsInCarIntentResponse
- INSaveProfileInCarIntent
- INSaveProfileInCarIntentResponse
- INSetProfileInCarIntent
- INSetProfileInCarIntentResponse
- INSetRadioStationIntent
- INSetRadioStationIntentResponse
- INCarSeatResolutionResult
- INCarDefrosterResolutionResult
- INCarAudioSourceResolutionResult
- INCarAirCirculationModeResolutionResult
- INRadioTypeResolutionResult
- INTemperatureResolutionResult
- INRelativeReferenceResolutionResult
- INRelativeSettingResolutionResult
-
Restaurant Reservations
- INBookRestaurantReservationIntent
- INBookRestaurantReservationIntentResponse
- INGetAvailableRestaurantReservationBookingDefaultsIntent
- INGetAvailableRestaurantReservationBookingDefaultsIntentResponse
- INGetAvailableRestaurantReservationBookingsIntent
- INGetAvailableRestaurantReservationBookingsIntentResponse
- INGetRestaurantGuestIntent
- INGetRestaurantGuestIntentResponse
- INGetUserCurrentRestaurantReservationBookingsIntent
- INGetUserCurrentRestaurantReservationBookingsIntentResponse
- INRestaurant
- INRestaurantGuest
- INRestaurantGuestDisplayPreferences
- INRestaurantOffer
- INRestaurantReservationBooking
- INRestaurantReservationUserBooking
- INTermsAndConditions
- INRestaurantResolutionResult
- INRestaurantGuestResolutionResult
-
Media
- INPlayMediaIntent
- INPlayMediaIntentResponse
- INAddMediaIntent
- INAddMediaIntentResponse
- INSearchForMediaIntent
- INSearchForMediaIntentResponse
- INUpdateMediaAffinityIntent
- INUpdateMediaAffinityIntentResponse
- INUserContext
- INMediaUserContext
- INMediaItem
- INMediaSearch
- INUpcomingMediaManager
- INAddMediaMediaDestinationResolutionResult
- INAddMediaMediaItemResolutionResult
- INMediaDestinationResolutionResult
- INMediaItemResolutionResult
- INMediaAffinityTypeResolutionResult
- INPlayMediaMediaItemResolutionResult
- INPlayMediaPlaybackSpeedResolutionResult
- INPlaybackRepeatModeResolutionResult
- INPlaybackQueueLocationResolutionResult
- INSearchForMediaMediaItemResolutionResult
- INUpdateMediaAffinityMediaItemResolutionResult
- Custom UI
- INVocabulary
- INInteraction
- Common Data Types
-
Common Resolution Results
- INIntentResolutionResult
- INPersonResolutionResult
- INPlacemarkResolutionResult
- INDateComponentsRangeResolutionResult
- INDateComponentsResolutionResult
- INFileResolutionResult
- INSpeedResolutionResult
- INVolumeResolutionResult
- INEnergyResolutionResult
- INLengthResolutionResult
- INMassResolutionResult
- INCurrencyAmountResolutionResult
- INIntegerResolutionResult
- INDoubleResolutionResult
- INBooleanResolutionResult
- INStringResolutionResult
- INSpeakableStringResolutionResult
- INTimeIntervalResolutionResult
- INEnumResolutionResult
- INObjectResolutionResult
- INURLResolutionResult
- Deprecated Classes and Protocols
- INIntentSetImageKeyPath
SMS and Call Reporting
Social
Speech
- SFSpeechRecognizer
- SFSpeechURLRecognitionRequest
- SFSpeechAudioBufferRecognitionRequest
- SFSpeechRecognitionRequest
- SFSpeechRecognitionTask
- SFSpeechRecognitionResult
- SFTranscription
- SFTranscriptionSegment
- SFSpeechRecognitionMetadata
StoreKit
- In-App Purchase
- SKReceiptRefreshRequest
- SKAdNetwork
- SKAdImpression
-
Recommendations and Reviews
- SKStoreProductViewController
-
SKOverlay
- init(configuration:)
- configuration
- SKOverlay.AppConfiguration
- SKOverlay.AppClipConfiguration
- SKOverlay.Configuration
- present(in:)
- dismiss(in:)
- delegate
- SKOverlayDelegate
- SKStoreReviewController
- Apple Music
- SKError
- SKError.Code
TV Services
- TVTopShelfContentProvider
- Legacy Extension
- TVTopShelfCarouselItem
- TVTopShelfCarouselContent
- TVTopShelfSectionedItem
- TVTopShelfItemCollection
- TVTopShelfSectionedContent
- TVTopShelfInsetContent
- TVUserManager
- TVUserActivityTypeBrowsingChannelGuide
- TVTopShelfItem
- TVTopShelfAction
- TVTopShelfObject
User Notifications
- UNUserNotificationCenter
- UNNotificationSettings
- UNNotificationRequest
- UNNotification
- UNMutableNotificationContent
- UNNotificationContent
- UNNotificationAttachment
- UNNotificationSound
- UNCalendarNotificationTrigger
- UNTimeIntervalNotificationTrigger
- UNLocationNotificationTrigger
- UNPushNotificationTrigger
- UNNotificationTrigger
- UNNotificationCategory
- UNNotificationAction
- UNTextInputNotificationAction
- UNNotificationResponse
- UNTextInputNotificationResponse
- UNNotificationServiceExtension
Wallet Passes
- Pass
- Register a Pass for Update Notifications
- Get the List of Updatable Passes
- Send an Updated Pass
- Unregister a Pass for Update Notifications
- Log a Message
- PushToken
- LogEntries
- Return a Personalized Pass
- PersonalizationDictionary
Watch Connectivity
WebKit
-
WKWebView
- WKUIDelegate
- WKNavigationDelegate
- WKFindConfiguration
- WKFindResult
- WKSnapshotConfiguration
- WKPDFConfiguration
- closeAllMediaPresentations()
- pauseAllMediaPlayback(_:)
- requestMediaPlaybackState(_:)
- resumeAllMediaPlayback(_:)
- resumeDownload(fromResumeData:completionHandler:)
- startDownload(using:completionHandler:)
- suspendAllMediaPlayback(_:)
- WKUIDelegate
- WKWebViewConfiguration
- WKWindowFeatures
- WKProcessPool
- WKPreferences
- WKWebpagePreferences
- WKWebsiteDataStore
- WKWebsiteDataRecord
- WKHTTPCookieStore
- WKNavigationDelegate
- WKBackForwardList
- WKBackForwardListItem
- WKNavigation
- WKNavigationAction
- WKNavigationResponse
- WKUserContentController
- WKContentRuleListStore
- WKContentWorld
- WKFrameInfo
- WKSecurityOrigin
- WKUserScript
- WKFindConfiguration
- WKFindResult
- WKContextMenuElementInfo
- WKSnapshotConfiguration
- WKPDFConfiguration
- WKError
-
Deprecated Symbols
-
Document Object Models API (Legacy)
- DOMAbstractView
- DOMAttr
- DOMBlob
- DOMCDATASection
- DOMCharacterData
- DOMComment
- DOMCounter
- DOMCSSCharsetRule
- DOMCSSFontFaceRule
- DOMCSSImportRule
- DOMCSSMediaRule
- DOMCSSPageRule
- DOMCSSPrimitiveValue
- DOMCSSRule
- DOMCSSRuleList
- DOMCSSStyleDeclaration
- DOMCSSStyleRule
- DOMCSSStyleSheet
- DOMCSSUnknownRule
- DOMCSSValue
- DOMCSSValueList
- DOMDocument
- DOMDocumentFragment
- DOMDocumentType
- DOMElement
- DOMEntity
- DOMEntityReference
- DOMEvent
- DOMFile
- DOMFileList
- DOMHTMLAnchorElement
- DOMHTMLAppletElement
- DOMHTMLAreaElement
- DOMHTMLBaseElement
- DOMHTMLBaseFontElement
- DOMHTMLBodyElement
- DOMHTMLBRElement
- DOMHTMLButtonElement
- DOMHTMLCollection
- DOMHTMLDirectoryElement
- DOMHTMLDivElement
- DOMHTMLDListElement
- DOMHTMLDocument
- DOMHTMLElement
- DOMHTMLEmbedElement
- DOMHTMLFieldSetElement
- DOMHTMLFontElement
- DOMHTMLFormElement
- DOMHTMLFrameElement
- DOMHTMLFrameSetElement
- DOMHTMLHeadElement
- DOMHTMLHeadingElement
- DOMHTMLHRElement
- DOMHTMLHtmlElement
- DOMHTMLIFrameElement
- DOMHTMLImageElement
- DOMHTMLInputElement
- DOMHTMLLabelElement
- DOMHTMLLegendElement
- DOMHTMLLIElement
- DOMHTMLLinkElement
- DOMHTMLMapElement
- DOMHTMLMarqueeElement
- DOMHTMLMenuElement
- DOMHTMLMetaElement
- DOMHTMLModElement
- DOMHTMLObjectElement
- DOMHTMLOListElement
- DOMHTMLOptGroupElement
- DOMHTMLOptionElement
- DOMHTMLOptionsCollection
- DOMHTMLParagraphElement
- DOMHTMLParamElement
- DOMHTMLPreElement
- DOMHTMLQuoteElement
- DOMHTMLScriptElement
- DOMHTMLSelectElement
- DOMHTMLStyleElement
- DOMHTMLTableCaptionElement
- DOMHTMLTableCellElement
- DOMHTMLTableColElement
- DOMHTMLTableElement
- DOMHTMLTableRowElement
- DOMHTMLTableSectionElement
- DOMHTMLTextAreaElement
- DOMHTMLTitleElement
- DOMHTMLUListElement
- DOMImplementation
- DOMKeyboardEvent
- DOMMediaList
- DOMMouseEvent
- DOMMutationEvent
- DOMNamedNodeMap
- DOMNode
- DOMNodeIterator
- DOMNodeList
- DOMObject
- DOMOverflowEvent
- DOMProcessingInstruction
- DOMProgressEvent
- DOMRange
- DOMRect
- DOMRGBColor
- DOMStyleSheet
- DOMStyleSheetList
- DOMText
- DOMTreeWalker
- DOMUIEvent
- DOMWheelEvent
- DOMXPathExpression
- DOMXPathResult
- Setting Up a Web View (Legacy)
- Accessing Previous Webpages (Legacy)
- Archiving Webpages (Legacy)
- Loading Resources (Legacy)
- Working with Frames (legacy)
- Downloading Information (Legacy)
- Incorporating Scripts (Legacy)
- WKPreviewElementInfo
-
Document Object Models API (Legacy)
- WKDownload
- WKDownloadDelegate
- WebKit Enumerations
WidgetKit
Automator
- AMBundleAction
- AMShellScriptAction
- AMAction
- AMWorkflow
- AMWorkflowController
- AMWorkflowView
- AMWorkspace
- AMError
- AMAppleScriptAction
DeveloperToolsSupport
Playground Support
- PlaygroundPage
- PlaygroundLiveViewable
- PlaygroundLiveViewRepresentation
- playgroundSharedDataDirectory
Scripting Bridge
StoreKit Test
-
SKTestSession
- init(configurationFileNamed:)
- init(contentsOf:)
- resetToDefaultState()
- storefront
- locale
- disableDialogs
- failTransactionsEnabled
- failureError
- interruptedPurchasesEnabled
- resolveIssueForTransaction(identifier:)
- askToBuyEnabled
- approveAskToBuyTransaction(identifier:)
- declineAskToBuyTransaction(identifier:)
- timeRate
- SKTestSession.TimeRate
- enableAutoRenewForTransaction(identifier:)
- disableAutoRenewForTransaction(identifier:)
- forceRenewalOfSubscription(productIdentifier:)
- expireSubscription(productIdentifier:)
- allTransactions()
- deleteTransaction(identifier:)
- clearTransactions()
- buyProduct(productIdentifier:)
- refundTransaction(identifier:)
- SKTestTransaction
- SKTestErrorDomain
- SKTestError.Code
- SKTestError
Swift Packages
XcodeKit
XCTest
-
XCTestCase
- setUp()
- addTeardownBlock(_:)
- tearDown()
- continueAfterFailure
- executionTimeAllowance
- measure(_:)
- measureMetrics(_:automaticallyStartMeasuring:for:)
- measure(metrics:block:)
- measure(metrics:options:block:)
- measure(options:block:)
- startMeasuring()
- stopMeasuring()
- defaultPerformanceMetrics
- defaultMetrics
- defaultMeasureOptions
- XCTPerformanceMetric
- expectation(description:)
- expectation(for:evaluatedWith:handler:)
- expectation(forNotification:object:handler:)
- expectation(forNotification:object:notificationCenter:handler:)
- keyValueObservingExpectation(for:keyPath:expectedValue:)
- keyValueObservingExpectation(for:keyPath:handler:)
- wait(for:timeout:)
- wait(for:timeout:enforceOrder:)
- waitForExpectations(timeout:handler:)
- XCWaitCompletionHandler
- XCTestError
- addUIInterruptionMonitor(withDescription:handler:)
- removeUIInterruptionMonitor(_:)
- init(invocation:)
- init(selector:)
- testInvocations
- invocation
- invokeTest()
- record(_:)
- recordFailure(withDescription:inFile:atLine:expected:)
- defaultTestSuite
- XCTest
- Boolean Assertions
- Nil and Non-Nil Assertions
-
Equality and Inequality Assertions
- XCTAssertEqual(_:_:_:file:line:)
- XCTAssertNotEqual(_:_:_:file:line:)
- XCTAssertIdentical(_:_:_:file:line:)
- XCTAssertNotIdentical(_:_:_:file:line:)
- XCTAssertEqual(_:_:accuracy:_:file:line:)
- XCTAssertEqual(_:_:accuracy:_:file:line:)
- XCTAssertNotEqual(_:_:accuracy:_:file:line:)
- XCTAssertNotEqual(_:_:accuracy:_:file:line:)
- Comparable Value Assertions
- Error Assertions
- Unconditional Test Failures
- Expected Failures
- Methods for Skipping Tests
-
Asynchronous Tests and Expectations
- XCTestExpectation
- XCTKVOExpectation
- XCTNSNotificationExpectation
- XCTDarwinNotificationExpectation
- XCTNSPredicateExpectation
- XCTWaiter
-
User Interface Tests
-
XCUIElementQuery
- children(matching:)
- descendants(matching:)
- containing(_:)
- containing(_:identifier:)
- matching(identifier:)
- matching(_:)
- matching(_:identifier:)
- allElementsBoundByAccessibilityElement
- allElementsBoundByIndex
- count
- element
- element(boundBy:)
- element(matching:)
- element(matching:identifier:)
- subscript(_:)
- element(at:)
- debugDescription
- XCUIIdentifierCloseWindow
- XCUIIdentifierFullScreenWindow
- XCUIIdentifierMinimizeWindow
- XCUIIdentifierZoomWindow
-
XCUIElementTypeQueryProvider
- firstMatch
- activityIndicators
- alerts
- browsers
- buttons
- cells
- checkBoxes
- collectionViews
- colorWells
- comboBoxes
- datePickers
- decrementArrows
- dialogs
- disclosureTriangles
- disclosedChildRows
- dockItems
- drawers
- grids
- groups
- handles
- helpTags
- icons
- images
- incrementArrows
- keyboards
- keys
- layoutAreas
- layoutItems
- levelIndicators
- links
- maps
- mattes
- menuBarItems
- menuBars
- menuButtons
- menuItems
- menus
- navigationBars
- otherElements
- outlineRows
- outlines
- pageIndicators
- pickerWheels
- pickers
- popUpButtons
- popovers
- progressIndicators
- radioButtons
- radioGroups
- ratingIndicators
- relevanceIndicators
- rulerMarkers
- rulers
- scrollBars
- scrollViews
- searchFields
- secureTextFields
- segmentedControls
- sheets
- sliders
- splitGroups
- splitters
- staticTexts
- statusBars
- statusItems
- steppers
- switches
- tabBars
- tabGroups
- tableColumns
- tableRows
- tables
- tabs
- textFields
- textViews
- timelines
- toggles
- toolbarButtons
- toolbars
- touchBars
- valueIndicators
- webViews
- windows
-
XCUIElement
- waitForExistence(timeout:)
- exists
- isHittable
- debugDescription
- children(matching:)
- descendants(matching:)
- typeText(_:)
-
XCUIKeyboardKey
- command
- control
- option
- shift
- rightCommand
- rightControl
- rightOption
- rightShift
- upArrow
- downArrow
- leftArrow
- rightArrow
- home
- end
- pageUp
- pageDown
- help
- secondaryFn
- F1
- F2
- F3
- F4
- F5
- F6
- F7
- F8
- F9
- F10
- F11
- F12
- F13
- F14
- F15
- F16
- F17
- F18
- F19
- capsLock
- delete
- forwardDelete
- space
- tab
- clear
- enter
- escape
- return
- init(_:)
- init(rawValue:)
- XCUIElement.KeyModifierFlags
- tap()
- doubleTap()
- press(forDuration:)
- press(forDuration:thenDragTo:)
- press(forDuration:thenDragTo:withVelocity:thenHoldForDuration:)
- twoFingerTap()
- tap(withNumberOfTaps:numberOfTouches:)
- swipeLeft()
- swipeLeft(velocity:)
- swipeRight()
- swipeRight(velocity:)
- swipeUp()
- swipeUp(velocity:)
- swipeDown()
- swipeDown(velocity:)
- pinch(withScale:velocity:)
- rotate(_:withVelocity:)
- XCUIGestureVelocity
- normalizedSliderPosition
- adjust(toNormalizedSliderPosition:)
- coordinate(withNormalizedOffset:)
-
XCUIElement.ElementType
- XCUIElement.ElementType.activityIndicator
- XCUIElement.ElementType.alert
- XCUIElement.ElementType.any
- XCUIElement.ElementType.application
- XCUIElement.ElementType.browser
- XCUIElement.ElementType.button
- XCUIElement.ElementType.cell
- XCUIElement.ElementType.checkBox
- XCUIElement.ElementType.collectionView
- XCUIElement.ElementType.colorWell
- XCUIElement.ElementType.comboBox
- XCUIElement.ElementType.datePicker
- XCUIElement.ElementType.decrementArrow
- XCUIElement.ElementType.dialog
- XCUIElement.ElementType.disclosureTriangle
- XCUIElement.ElementType.dockItem
- XCUIElement.ElementType.drawer
- XCUIElement.ElementType.grid
- XCUIElement.ElementType.group
- XCUIElement.ElementType.handle
- XCUIElement.ElementType.helpTag
- XCUIElement.ElementType.icon
- XCUIElement.ElementType.image
- XCUIElement.ElementType.incrementArrow
- XCUIElement.ElementType.key
- XCUIElement.ElementType.keyboard
- XCUIElement.ElementType.layoutArea
- XCUIElement.ElementType.layoutItem
- XCUIElement.ElementType.levelIndicator
- XCUIElement.ElementType.link
- XCUIElement.ElementType.map
- XCUIElement.ElementType.matte
- XCUIElement.ElementType.menu
- XCUIElement.ElementType.menuBar
- XCUIElement.ElementType.menuBarItem
- XCUIElement.ElementType.menuButton
- XCUIElement.ElementType.menuItem
- XCUIElement.ElementType.navigationBar
- XCUIElement.ElementType.other
- XCUIElement.ElementType.outline
- XCUIElement.ElementType.outlineRow
- XCUIElement.ElementType.pageIndicator
- XCUIElement.ElementType.picker
- XCUIElement.ElementType.pickerWheel
- XCUIElement.ElementType.popUpButton
- XCUIElement.ElementType.popover
- XCUIElement.ElementType.progressIndicator
- XCUIElement.ElementType.radioButton
- XCUIElement.ElementType.radioGroup
- XCUIElement.ElementType.ratingIndicator
- XCUIElement.ElementType.relevanceIndicator
- XCUIElement.ElementType.ruler
- XCUIElement.ElementType.rulerMarker
- XCUIElement.ElementType.scrollBar
- XCUIElement.ElementType.scrollView
- XCUIElement.ElementType.searchField
- XCUIElement.ElementType.secureTextField
- XCUIElement.ElementType.segmentedControl
- XCUIElement.ElementType.sheet
- XCUIElement.ElementType.slider
- XCUIElement.ElementType.splitGroup
- XCUIElement.ElementType.splitter
- XCUIElement.ElementType.staticText
- XCUIElement.ElementType.statusBar
- XCUIElement.ElementType.statusItem
- XCUIElement.ElementType.stepper
- XCUIElement.ElementType.switch
- XCUIElement.ElementType.tab
- XCUIElement.ElementType.tabBar
- XCUIElement.ElementType.tabGroup
- XCUIElement.ElementType.table
- XCUIElement.ElementType.tableColumn
- XCUIElement.ElementType.tableRow
- XCUIElement.ElementType.textField
- XCUIElement.ElementType.textView
- XCUIElement.ElementType.timeline
- XCUIElement.ElementType.toggle
- XCUIElement.ElementType.toolbar
- XCUIElement.ElementType.toolbarButton
- XCUIElement.ElementType.valueIndicator
- XCUIElement.ElementType.webView
- XCUIElement.ElementType.window
- XCUIElement.ElementType.touchBar
- XCUIElement.SizeClass
- XCUIElement.AttributeName
- swipeDown(withVelocity:)
- swipeLeft(withVelocity:)
- swipeRight(withVelocity:)
- swipeUp(withVelocity:)
-
XCUIElementAttributes
- identifier
- elementType
-
XCUIElement.ElementType
- XCUIElement.ElementType.activityIndicator
- XCUIElement.ElementType.alert
- XCUIElement.ElementType.any
- XCUIElement.ElementType.application
- XCUIElement.ElementType.browser
- XCUIElement.ElementType.button
- XCUIElement.ElementType.cell
- XCUIElement.ElementType.checkBox
- XCUIElement.ElementType.collectionView
- XCUIElement.ElementType.colorWell
- XCUIElement.ElementType.comboBox
- XCUIElement.ElementType.datePicker
- XCUIElement.ElementType.decrementArrow
- XCUIElement.ElementType.dialog
- XCUIElement.ElementType.disclosureTriangle
- XCUIElement.ElementType.dockItem
- XCUIElement.ElementType.drawer
- XCUIElement.ElementType.grid
- XCUIElement.ElementType.group
- XCUIElement.ElementType.handle
- XCUIElement.ElementType.helpTag
- XCUIElement.ElementType.icon
- XCUIElement.ElementType.image
- XCUIElement.ElementType.incrementArrow
- XCUIElement.ElementType.key
- XCUIElement.ElementType.keyboard
- XCUIElement.ElementType.layoutArea
- XCUIElement.ElementType.layoutItem
- XCUIElement.ElementType.levelIndicator
- XCUIElement.ElementType.link
- XCUIElement.ElementType.map
- XCUIElement.ElementType.matte
- XCUIElement.ElementType.menu
- XCUIElement.ElementType.menuBar
- XCUIElement.ElementType.menuBarItem
- XCUIElement.ElementType.menuButton
- XCUIElement.ElementType.menuItem
- XCUIElement.ElementType.navigationBar
- XCUIElement.ElementType.other
- XCUIElement.ElementType.outline
- XCUIElement.ElementType.outlineRow
- XCUIElement.ElementType.pageIndicator
- XCUIElement.ElementType.picker
- XCUIElement.ElementType.pickerWheel
- XCUIElement.ElementType.popUpButton
- XCUIElement.ElementType.popover
- XCUIElement.ElementType.progressIndicator
- XCUIElement.ElementType.radioButton
- XCUIElement.ElementType.radioGroup
- XCUIElement.ElementType.ratingIndicator
- XCUIElement.ElementType.relevanceIndicator
- XCUIElement.ElementType.ruler
- XCUIElement.ElementType.rulerMarker
- XCUIElement.ElementType.scrollBar
- XCUIElement.ElementType.scrollView
- XCUIElement.ElementType.searchField
- XCUIElement.ElementType.secureTextField
- XCUIElement.ElementType.segmentedControl
- XCUIElement.ElementType.sheet
- XCUIElement.ElementType.slider
- XCUIElement.ElementType.splitGroup
- XCUIElement.ElementType.splitter
- XCUIElement.ElementType.staticText
- XCUIElement.ElementType.statusBar
- XCUIElement.ElementType.statusItem
- XCUIElement.ElementType.stepper
- XCUIElement.ElementType.switch
- XCUIElement.ElementType.tab
- XCUIElement.ElementType.tabBar
- XCUIElement.ElementType.tabGroup
- XCUIElement.ElementType.table
- XCUIElement.ElementType.tableColumn
- XCUIElement.ElementType.tableRow
- XCUIElement.ElementType.textField
- XCUIElement.ElementType.textView
- XCUIElement.ElementType.timeline
- XCUIElement.ElementType.toggle
- XCUIElement.ElementType.toolbar
- XCUIElement.ElementType.toolbarButton
- XCUIElement.ElementType.valueIndicator
- XCUIElement.ElementType.webView
- XCUIElement.ElementType.window
- XCUIElement.ElementType.touchBar
- value
- placeholderValue
- title
- label
- hasFocus
- isEnabled
- isSelected
- frame
- horizontalSizeClass
- verticalSizeClass
- XCUIElement.SizeClass
- XCUIElementSnapshot
- XCUIElementSnapshotProviding
- XCUICoordinate
-
XCUIApplication
- init()
- init(bundleIdentifier:)
- launch()
- launchArguments
- launchEnvironment
- activate()
- terminate()
- state
- XCUIApplication.State
- wait(for:timeout:)
- resetAuthorizationStatus(for:)
-
XCUIProtectedResource
- XCUIProtectedResource.bluetooth
- XCUIProtectedResource.calendar
- XCUIProtectedResource.camera
- XCUIProtectedResource.contacts
- XCUIProtectedResource.health
- XCUIProtectedResource.homeKit
- XCUIProtectedResource.keyboardNetwork
- XCUIProtectedResource.location
- XCUIProtectedResource.mediaLibrary
- XCUIProtectedResource.microphone
- XCUIProtectedResource.photos
- XCUIProtectedResource.reminders
- XCUIScreen
- XCUIScreenshot
- XCUIScreenshotProviding
- XCUIDevice
- XCUISiriService
- XCUIRemote
- XCT_UI_TESTING_AVAILABLE
-
XCUIElementQuery
- Performance Tests
-
Activities and Attachments
- XCTContext
- XCTActivity
-
XCTAttachment
- init(data:)
- init(data:uniformTypeIdentifier:)
- init(uniformTypeIdentifier:name:payload:userInfo:)
- init(contentsOfFile:)
- init(contentsOfFile:uniformTypeIdentifier:)
- init(image:)
- init(image:quality:)
- init(screenshot:)
- init(screenshot:quality:)
- XCUIScreenshot
- XCTAttachment.ImageQuality
- init(plistObject:)
- init(archivableObject:)
- init(archivableObject:uniformTypeIdentifier:)
- init(string:)
- lifetime
- XCTAttachment.Lifetime
- name
- uniformTypeIdentifier
- userInfo
-
Test Execution and Observation
- XCTIssue
- XCTIssueReference
- XCTMutableIssue
- XCTSourceCodeContext
- XCTSourceCodeFrame
- XCTSourceCodeLocation
- XCTSourceCodeSymbolInfo
- XCTestCaseRun
- XCTestSuiteRun
- XCTestRun
-
XCTestObservation
- testBundleWillStart(_:)
- testSuiteWillStart(_:)
- testCaseWillStart(_:)
- testCase(_:didRecord:)
- testCase(_:didRecord:)
- testCase(_:didFailWithDescription:inFile:atLine:)
- testCaseDidFinish(_:)
- testSuite(_:didRecord:)
- testSuite(_:didRecord:)
- testSuite(_:didFailWithDescription:inFile:atLine:)
- testSuiteDidFinish(_:)
- testBundleDidFinish(_:)
- XCTestObservationCenter
- XCTestSuite
- Deprecated Symbols
ARKit
- ARSession
- Configuration Objects
-
ARView
- init(frame:)
- init(frame:cameraMode:automaticallyConfigureSession:)
- init(coder:)
- ARViewBase
- init(frame:cameraMode:)
- scene
-
Scene
- name
- id
- id
- Scene.ID
- anchors
- addAnchor(_:)
- removeAnchor(_:)
-
Scene.AnchorCollection
- elementsEqual(_:by:)
- starts(with:by:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- Scene.AnchorCollection.Iterator
- Scene.AnchorCollection.Element
- forEach(_:)
- enumerated()
- underestimatedCount
- count
- isEmpty
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- Scene.AnchorCollection.SubSequence
- append(_:)
- append(contentsOf:)
- append(contentsOf:)
- remove(_:)
- remove(at:)
- removeAll()
- removeAll(keepCapacity:)
- replaceAll(_:)
- replaceAll(_:)
- contains(where:)
- allSatisfy(_:)
- first
- first(where:)
- min(by:)
- max(by:)
- filter(_:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- suffix(_:)
- suffix(from:)
- randomElement()
- randomElement(using:)
- map(_:)
- flatMap(_:)
- compactMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- lazy
- flatMap(_:)
- sorted(by:)
- reversed()
- shuffled()
- shuffled(using:)
- dropFirst(_:)
- dropLast(_:)
- drop(while:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- Scene.AnchorCollection.Index
- Scene.AnchorCollection.Indices
- startIndex
- endIndex
- indices
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- firstIndex(where:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- distance(from:to:)
- withContiguousStorageIfAvailable(_:)
- publisher
- description
- findEntity(named:)
- raycast(origin:direction:length:query:mask:relativeTo:)
- raycast(from:to:query:mask:relativeTo:)
- convexCast(convexShape:fromPosition:fromOrientation:toPosition:toOrientation:query:mask:relativeTo:)
- CollisionCastHit
- CollisionCastQueryType
-
CollisionGroup
- default
- all
- init()
- init(rawValue:)
- init(_:)
- init(arrayLiteral:)
- !=(_:_:)
- CollisionGroup.Element
- isEmpty
- rawValue
- contains(_:)
- formIntersection(_:)
- formSymmetricDifference(_:)
- formUnion(_:)
- insert(_:)
- intersection(_:)
- isDisjoint(with:)
- isStrictSubset(of:)
- isStrictSuperset(of:)
- isSubset(of:)
- isSuperset(of:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- symmetricDifference(_:)
- union(_:)
- update(with:)
- CollisionGroup.ArrayLiteralElement
- CollisionGroup.RawValue
- sceneUnderstanding
- synchronizationService
- SynchronizationService
- publisher(for:on:)
- subscribe(to:on:_:)
-
Scene.Publisher
- Scene.Publisher.Output
- Scene.Publisher.Failure
- receive(subscriber:)
- subscribe(_:)
- subscribe(_:)
- map(_:)
- tryMap(_:)
- flatMap(maxPublishers:_:)
- mapError(_:)
- replaceNil(with:)
- scan(_:_:)
- tryScan(_:_:)
- setFailureType(to:)
- filter(_:)
- tryFilter(_:)
- compactMap(_:)
- tryCompactMap(_:)
- removeDuplicates()
- removeDuplicates(by:)
- tryRemoveDuplicates(by:)
- replaceEmpty(with:)
- replaceError(with:)
- collect()
- collect(_:)
- collect(_:options:)
- ignoreOutput()
- reduce(_:_:)
- tryReduce(_:_:)
- count()
- max()
- max(by:)
- tryMax(by:)
- min()
- min(by:)
- tryMin(by:)
- contains(_:)
- contains(where:)
- tryContains(where:)
- allSatisfy(_:)
- tryAllSatisfy(_:)
- drop(untilOutputFrom:)
- drop(while:)
- dropFirst(_:)
- tryDrop(while:)
- append(_:)
- prepend(_:)
- prefix(_:)
- prefix(untilOutputFrom:)
- prefix(while:)
- tryPrefix(while:)
- first()
- first(where:)
- tryFirst(where:)
- last()
- last(where:)
- tryLast(where:)
- output(at:)
- output(in:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- assertNoFailure(_:file:line:)
- catch(_:)
- tryCatch(_:)
- retry(_:)
- switchToLatest()
- measureInterval(using:options:)
- debounce(for:scheduler:options:)
- delay(for:tolerance:scheduler:options:)
- throttle(for:scheduler:latest:)
- timeout(_:scheduler:options:customError:)
- share()
- encode(encoder:)
- decode(type:decoder:)
- map(_:)
- map(_:_:)
- map(_:_:_:)
- multicast(_:)
- multicast(subject:)
- buffer(size:prefetch:whenFull:)
- eraseToAnyPublisher()
- subscribe(on:options:)
- receive(on:options:)
- makeConnectable()
- assign(to:on:)
- sink(receiveCompletion:receiveValue:)
- sink(receiveValue:)
- breakpoint(receiveSubscription:receiveOutput:receiveCompletion:)
- breakpointOnError()
- handleEvents(receiveSubscription:receiveOutput:receiveCompletion:receiveCancel:receiveRequest:)
- print(_:to:)
- assign(to:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- switchToLatest()
- switchToLatest()
- SceneEvents
- AnimationEvents
- AudioEvents
- CollisionEvents
- Event
- EventSource
- ==(_:_:)
- !=(_:_:)
- hash(into:)
- hashValue
- session
- automaticallyConfigureSession
- renderOptions
-
ARView.RenderOptions
- disableCameraGrain
- disableHDR
- disableGroundingShadows
- disableMotionBlur
- disableDepthOfField
- disableFaceOcclusions
- disablePersonOcclusion
- disableAREnvironmentLighting
- disableAutomaticLighting
- init()
- init(_:)
- init(arrayLiteral:)
- ARView.RenderOptions.Element
- ARView.RenderOptions.ArrayLiteralElement
- init(rawValue:)
- ARView.RenderOptions.RawValue
- rawValue
- isEmpty
- contains(_:)
- insert(_:)
- update(with:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- union(_:)
- formUnion(_:)
- intersection(_:)
- formIntersection(_:)
- symmetricDifference(_:)
- formSymmetricDifference(_:)
- !=(_:_:)
- isSubset(of:)
- isStrictSubset(of:)
- isSuperset(of:)
- isStrictSuperset(of:)
- isDisjoint(with:)
- environment
-
ARView.Environment
- init(background:lighting:reverb:)
- background
- ARView.Environment.Background
- lighting
- ARView.Environment.ImageBasedLight
- reverb
- ARView.Environment.Reverb
- sceneUnderstanding
-
ARView.Environment.SceneUnderstanding
- options
-
ARView.Environment.SceneUnderstanding.Options
- ARView.Environment.SceneUnderstanding.Options.ArrayLiteralElement
- ARView.Environment.SceneUnderstanding.Options.Element
- ARView.Environment.SceneUnderstanding.Options.RawValue
- init()
- init(_:)
- init(arrayLiteral:)
- init(rawValue:)
- isEmpty
- rawValue
- collision
- default
- occlusion
- physics
- receivesLighting
- contains(_:)
- formIntersection(_:)
- formSymmetricDifference(_:)
- formUnion(_:)
- insert(_:)
- intersection(_:)
- isDisjoint(with:)
- isStrictSubset(of:)
- isStrictSuperset(of:)
- isSubset(of:)
- isSuperset(of:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- symmetricDifference(_:)
- union(_:)
- update(with:)
- !=(_:_:)
- physicsOrigin
- audioListener
- cameraMode
- ARView.CameraMode
- cameraTransform
- entity(at:)
- entities(at:)
- hitTest(_:query:mask:)
- hitTest(_:types:)
- makeRaycastQuery(from:allowing:alignment:)
- raycast(from:allowing:alignment:)
- trackedRaycast(from:allowing:alignment:updateHandler:)
- installGestures(_:for:)
-
ARView.EntityGestures
- all
- rotation
- scale
- translation
- init()
- init(_:)
- init(arrayLiteral:)
- ARView.EntityGestures.Element
- ARView.EntityGestures.ArrayLiteralElement
- init(rawValue:)
- rawValue
- ARView.EntityGestures.RawValue
- isEmpty
- contains(_:)
- insert(_:)
- update(with:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- union(_:)
- formUnion(_:)
- intersection(_:)
- formIntersection(_:)
- symmetricDifference(_:)
- formSymmetricDifference(_:)
- !=(_:_:)
- isSubset(of:)
- isStrictSubset(of:)
- isSuperset(of:)
- isStrictSuperset(of:)
- isDisjoint(with:)
- gestureRecognizer(_:shouldRecognizeSimultaneouslyWith:)
- EntityRotationGestureRecognizer
- EntityScaleGestureRecognizer
- EntityTranslationGestureRecognizer
- EntityGestureRecognizer
- project(_:)
- unproject(_:ontoPlane:)
- unproject(_:viewport:)
- unproject(_:ontoPlane:relativeToCamera:)
- ray(through:)
- touchesBegan(_:with:)
- touchesMoved(_:with:)
- touchesEnded(_:with:)
- touchesCancelled(_:with:)
- acceptsFirstResponder
- keyDown(with:)
- keyUp(with:)
- mouseDown(with:)
- mouseDragged(with:)
- mouseUp(with:)
- mouseMoved(with:)
- rightMouseDown(with:)
- rightMouseDragged(with:)
- rightMouseUp(with:)
- otherMouseDown(with:)
- otherMouseDragged(with:)
- otherMouseUp(with:)
- scrollWheel(with:)
- frame
- contentScaleFactor
- didMoveToSuperview()
- didMoveToWindow()
- layoutSubviews()
- layerClass
- makeBackingLayer()
- viewDidChangeBackingProperties()
- viewDidMoveToSuperview()
- snapshot(saveToHDR:completion:)
- ARView.Image
- debugOptions
-
ARView.DebugOptions
- none
- showPhysics
- showStatistics
- showAnchorOrigins
- showAnchorGeometry
- showWorldOrigin
- showFeaturePoints
- init()
- init(_:)
- init(arrayLiteral:)
- ARView.DebugOptions.Element
- ARView.DebugOptions.ArrayLiteralElement
- init(rawValue:)
- ARView.DebugOptions.RawValue
- rawValue
- isEmpty
- contains(_:)
- insert(_:)
- update(with:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- union(_:)
- formUnion(_:)
- intersection(_:)
- formIntersection(_:)
- symmetricDifference(_:)
- formSymmetricDifference(_:)
- !=(_:_:)
- isSubset(of:)
- isStrictSubset(of:)
- isSuperset(of:)
- isStrictSuperset(of:)
- isDisjoint(with:)
- showSceneUnderstanding
- gestureRecognizer(_:shouldReceive:)
- layout()
- ARSCNView
- ARSKView
- ARCoachingOverlayView
- Content Anchors
- Environmental Analysis
- Camera, Lighting, and Effects
- Data Management
- ARQuickLookPreviewItem
- ARParticipantAnchor
- ARSession.CollaborationData
- ARError
ColorSync
Core Graphics
- CGFloat
- CGContext
- CGColorSpace
-
CGPDFDocument
- unlockWithPassword(_:)
- CGPDFArray
- CGPDFScanner
-
CGPDFDictionary
- CGPDFDictionaryGetArray(_:_:_:)
- CGPDFDictionaryGetBoolean(_:_:_:)
- CGPDFDictionaryGetDictionary(_:_:_:)
- CGPDFDictionaryGetInteger(_:_:_:)
- CGPDFDictionaryGetName(_:_:_:)
- CGPDFDictionaryGetNumber(_:_:_:)
- CGPDFDictionaryGetObject(_:_:_:)
- CGPDFDictionaryGetStream(_:_:_:)
- CGPDFDictionaryGetString(_:_:_:)
- CGPDFDictionaryApplierFunction
- CGPDFContentStream
- CGPDFOperatorTable
- CGDataProvider
- Core Graphics Enumerations
- Core Graphics Functions
- Core Graphics Data Types
Core Image
- CIImage
- CIFilter
- CIContext
- Basic Data Types
- CIKernel
- CIColorKernel
- CIWarpKernel
- CIBlendKernel
- CISampler
- CIImageProcessorKernel
- CIRenderDestination
- CIRenderInfo
- CIRenderTask
- CIImageAccumulator
- CIBarcodeDescriptor
- CIQRCodeDescriptor
- CIAztecCodeDescriptor
- CIPDF417CodeDescriptor
- CIDataMatrixCodeDescriptor
- CIDetector
- CIFeature
- CIFaceFeature
- CIRectangleFeature
- CITextFeature
- CIQRCodeFeature
- CIPlugIn
- CIFilterGenerator
- Core Image Data Types
Game Controller
- GCController
- GCControllerElement
- GCControllerAxisInput
- GCControllerButtonInput
- GCControllerTouchpad
- GCControllerDirectionPad
- GCDeviceCursor
- GCExtendedGamepad
- GCDualShockGamepad
- GCMicroGamepad
- GCXboxGamepad
- GCMotion
- GCPhysicalInputProfile
- GameController Constants
- GCEventViewController
- GCMouse
- GCKeyboard
- Deprecated Symbols
- GCColor
- GCDeviceBattery
- GCDeviceHaptics
- GCDeviceLight
- GCDirectionalGamepad
-
GCDualSenseAdaptiveTrigger
- armPosition
- mode
- status
- setModeFeedbackWithStartPosition(_:resistiveStrength:)
- setModeOff()
- setModeVibrationWithStartPosition(_:amplitude:frequency:)
- setModeWeaponWithStartPosition(_:endPosition:resistiveStrength:)
- GCDualSenseAdaptiveTrigger.Mode
-
GCDualSenseAdaptiveTrigger.Status
- GCDualSenseAdaptiveTrigger.Status.feedbackLoadApplied
- GCDualSenseAdaptiveTrigger.Status.feedbackNoLoad
- GCDualSenseAdaptiveTrigger.Status.unknown
- GCDualSenseAdaptiveTrigger.Status.vibrationIsVibrating
- GCDualSenseAdaptiveTrigger.Status.vibrationNotVibrating
- GCDualSenseAdaptiveTrigger.Status.weaponFired
- GCDualSenseAdaptiveTrigger.Status.weaponFiring
- GCDualSenseAdaptiveTrigger.Status.weaponReady
- GCDualSenseGamepad
- GCKeyboardInput
- GCMouseInput
-
GameController Enumerations
- GCDualSenseAdaptiveTrigger.Mode
-
GCDualSenseAdaptiveTrigger.Status
- GCDualSenseAdaptiveTrigger.Status.feedbackLoadApplied
- GCDualSenseAdaptiveTrigger.Status.feedbackNoLoad
- GCDualSenseAdaptiveTrigger.Status.unknown
- GCDualSenseAdaptiveTrigger.Status.vibrationIsVibrating
- GCDualSenseAdaptiveTrigger.Status.vibrationNotVibrating
- GCDualSenseAdaptiveTrigger.Status.weaponFired
- GCDualSenseAdaptiveTrigger.Status.weaponFiring
- GCDualSenseAdaptiveTrigger.Status.weaponReady
GameKit
- GKAccessPoint
- GKLocalPlayer
- GKPlayer
- GKBasePlayer
- GKLeaderboard
- GKLeaderboardSet
- GKLeaderboardScore
- GKAchievement
- GKAchievementDescription
- GKChallenge
- GKScoreChallenge
- GKAchievementChallenge
- GKGameCenterViewController
- GKDialogController
- GKTurnBasedMatch
- GKTurnBasedExchange
- GKTurnBasedExchangeReply
- GKTurnBasedParticipant
- GKMatch
- GKMatchRequest
- GKVoiceChat
- GKMatchmaker
- GKMatchmakerViewController
- GKTurnBasedMatchmakerViewController
- GKInvite
- GKNotificationBanner
- GKSavedGame
- GKError
-
Deprecated Symbols
- GKAchievementViewController
- GKChallengeEventHandler
- GKChallengesViewController
- GKCloudPlayer
- GKGameSession
- GKGameSessionSharingViewController
- GKFriendRequestComposeViewController
- GKLeaderboardViewController
- GKScore
- GKSession
- GKTurnBasedEventHandler
- GKVoiceChatService
- GKFriendRequestComposeViewControllerDelegate
- GKVoiceChatServiceError
- GKSessionError
- GKGameSessionError
GameplayKit
- GKEntity
- GKComponent
- GKComponentSystem
- GKState
- GKStateMachine
- GKQuadtree
- GKQuadtreeNode
- GKOctree
- GKOctreeNode
- GKRTree
- GKMinmaxStrategist
- GKMonteCarloStrategist
- GKDecisionTree
- GKDecisionNode
- GKGraph
- GKObstacleGraph
- GKMeshGraph
- GKGridGraph
- GKGraphNode
- GKGraphNode2D
- GKGraphNode3D
- GKGridGraphNode
- GKAgent
- GKAgent2D
- GKAgent3D
- GKGoal
- GKBehavior
- GKCompositeBehavior
- GKPath
- GKObstacle
- GKCircleObstacle
- GKSphereObstacle
- GKPolygonObstacle
- GKNoiseSource
- GKNoise
- GKNoiseMap
- GKCoherentNoiseSource
- GKBillowNoiseSource
- GKPerlinNoiseSource
- GKRidgedNoiseSource
- GKVoronoiNoiseSource
- GKCylindersNoiseSource
- GKSpheresNoiseSource
- GKCheckerboardNoiseSource
- GKConstantNoiseSource
- GKRandomSource
- GKARC4RandomSource
- GKLinearCongruentialRandomSource
- GKMersenneTwisterRandomSource
- GKRandomDistribution
- GKGaussianDistribution
- GKShuffledDistribution
- GKRule
- GKNSPredicateRule
- GKRuleSystem
- GKScene
- GKSKNodeComponent
- GKSCNNodeComponent
GLKit
- GLKTextureInfo
- GLKTextureLoader
- GLKView
- GLKViewController
- GLKMesh
- GLKMeshBuffer
- GLKMeshBufferAllocator
- GLKSubmesh
- GLKBaseEffect
- GLKReflectionMapEffect
- GLKSkyboxEffect
- GLKEffectProperty
- GLKEffectPropertyFog
- GLKEffectPropertyLight
- GLKEffectPropertyTexture
- GLKEffectPropertyMaterial
- GLKEffectPropertyTransform
- GLKit Structures
Image I/O
Metal
-
MTLDevice
- MTLGPUFamily
- Specific Features and Capabilities
- Object Creation
- MTLCommandQueue
- MTLCommandBuffer
- Counter Sampling
- MTLComputePipelineDescriptor
- MTLComputePipelineState
- MTLComputePassDescriptor
- MTLComputeCommandEncoder
- MTLAccelerationStructureDescriptor
- MTLAccelerationStructureGeometryDescriptor
- MTLAccelerationStructureBoundingBoxGeometryDescriptor
-
MTLAccelerationStructureTriangleGeometryDescriptor
-
MTLDataType
- MTLDataType.r16Snorm
- MTLDataType.r16Unorm
- MTLDataType.r8Snorm
- MTLDataType.r8Unorm
- MTLDataType.rg11b10Float
- MTLDataType.rg16Snorm
- MTLDataType.rg16Unorm
- MTLDataType.rg8Snorm
- MTLDataType.rg8Unorm
- MTLDataType.rgb10a2Unorm
- MTLDataType.rgb9e5Float
- MTLDataType.rgba16Snorm
- MTLDataType.rgba16Unorm
- MTLDataType.rgba8Snorm
- MTLDataType.rgba8Unorm
- MTLDataType.rgba8Unorm_srgb
-
MTLDataType
- MTLPrimitiveAccelerationStructureDescriptor
- MTLInstanceAccelerationStructureDescriptor
- MTLIntersectionFunctionTableDescriptor
- MTLIntersectionFunctionDescriptor
-
Render Pipelines
-
MTLRenderPipelineDescriptor
- MTLVertexDescriptor
- MTLVertexAttributeDescriptorArray
- MTLVertexAttributeDescriptor
- MTLVertexBufferLayoutDescriptor
- MTLVertexBufferLayoutDescriptorArray
- MTLPipelineBufferDescriptor
- MTLPipelineBufferDescriptorArray
- MTLRenderPipelineColorAttachmentDescriptor
- MTLRenderPipelineColorAttachmentDescriptorArray
- inputPrimitiveTopology
-
MTLTileRenderPipelineDescriptor
- label
- tileFunction
- tileBuffers
- MTLPipelineBufferDescriptor
- MTLPipelineBufferDescriptorArray
- threadgroupSizeMatchesTileSize
- rasterSampleCount
- reset()
- colorAttachments
- MTLTileRenderPipelineColorAttachmentDescriptor
- MTLTileRenderPipelineColorAttachmentDescriptorArray
- maxTotalThreadsPerThreadgroup
- binaryArchives
- MTLRenderPipelineState
- MTLDepthStencilDescriptor
- MTLStencilDescriptor
-
MTLRenderPipelineDescriptor
-
MTLRenderPassDescriptor
- MTLRenderPassAttachmentDescriptor
- MTLRenderPassColorAttachmentDescriptorArray
- MTLRenderPassColorAttachmentDescriptor
- MTLRenderPassDepthAttachmentDescriptor
- MTLRenderPassStencilAttachmentDescriptor
- renderTargetArrayLength
- renderTargetWidth
- renderTargetHeight
- imageblockSampleLength
- threadgroupMemoryLength
- tileWidth
- tileHeight
- defaultRasterSampleCount
- MTLRasterizationRateMapDescriptor
- MTLRenderPassSampleBufferAttachmentDescriptorArray
- MTLRenderPassSampleBufferAttachmentDescriptor
-
MTLRenderCommandEncoder
- drawPatches(numberOfPatchControlPoints:patchIndexBuffer:patchIndexBufferOffset:indirectBuffer:indirectBufferOffset:)
- drawIndexedPatches(numberOfPatchControlPoints:patchIndexBuffer:patchIndexBufferOffset:controlPointIndexBuffer:controlPointIndexBufferOffset:indirectBuffer:indirectBufferOffset:)
- setThreadgroupMemoryLength(_:offset:index:)
- setTileBuffer(_:offset:index:)
- setTileBufferOffset(_:index:)
- setTileBytes(_:length:index:)
- setTileSamplerState(_:index:)
- setTileSamplerState(_:lodMinClamp:lodMaxClamp:index:)
- setTileTexture(_:index:)
- tileWidth
- tileHeight
- dispatchThreadsPerTile(_:)
- Model I/O
- Drawable Objects
- Libraries
-
Functions
- MTLFunction
- MTLFunctionConstant
- MTLFunctionConstantValues
- MTLComputePipelineReflection
- MTLRenderPipelineReflection
- MTLArgument
- MTLType
- MTLStructType
- MTLArrayType
- MTLPointerType
- MTLTextureReferenceType
-
MTLDataType
- MTLDataType.r16Snorm
- MTLDataType.r16Unorm
- MTLDataType.r8Snorm
- MTLDataType.r8Unorm
- MTLDataType.rg11b10Float
- MTLDataType.rg16Snorm
- MTLDataType.rg16Unorm
- MTLDataType.rg8Snorm
- MTLDataType.rg8Unorm
- MTLDataType.rgb10a2Unorm
- MTLDataType.rgb9e5Float
- MTLDataType.rgba16Snorm
- MTLDataType.rgba16Unorm
- MTLDataType.rgba8Snorm
- MTLDataType.rgba8Unorm
- MTLDataType.rgba8Unorm_srgb
- MTLArgumentType
- MTLBlitPassDescriptor
- MTLResourceStatePassDescriptor
- Buffers
- Textures
-
Indirect Command Buffers
- MTLIndirectCommandBufferDescriptor
-
MTLIndirectRenderCommand
- drawPatches(_:patchStart:patchCount:patchIndexBuffer:patchIndexBufferOffset:instanceCount:baseInstance:tessellationFactorBuffer:tessellationFactorBufferOffset:tessellationFactorBufferInstanceStride:)
- drawIndexedPatches(_:patchStart:patchCount:patchIndexBuffer:patchIndexBufferOffset:controlPointIndexBuffer:controlPointIndexBufferOffset:instanceCount:baseInstance:tessellationFactorBuffer:tessellationFactorBufferOffset:tessellationFactorBufferInstanceStride:)
- Heaps
- Synchronization
- Frame Capture Debugging Tools
- Metal Structures
MetalKit
Metal Performance Shaders
-
Image Filters
- MPSImageAreaMax
- MPSImageDilate
- MPSImageAreaMin
- MPSImageErode
- MPSImageConvolution
- MPSImageMedian
- MPSImageBox
- MPSImageTent
- MPSImageGaussianBlur
- MPSImageGaussianPyramid
- MPSImageSobel
- MPSImageLaplacian
- MPSImageLaplacianPyramid
- MPSImageLaplacianPyramidAdd
- MPSImageLaplacianPyramidSubtract
- MPSImagePyramid
- MPSImageHistogram
- MPSImageHistogramEqualization
- MPSImageHistogramSpecification
- MPSImageThresholdBinary
- MPSImageThresholdBinaryInverse
- MPSImageThresholdToZero
- MPSImageThresholdToZeroInverse
- MPSImageThresholdTruncate
- MPSImageIntegral
- MPSImageIntegralOfSquares
- MPSImageConversion
- MPSImageScale
- MPSImageLanczosScale
- MPSImageBilinearScale
- MPSImageTranspose
- MPSImageStatisticsMean
- MPSImageStatisticsMeanAndVariance
- MPSImageStatisticsMinAndMax
- MPSImageReduceRowMax
- MPSImageReduceRowMin
- MPSImageReduceRowSum
- MPSImageReduceRowMean
- MPSImageReduceColumnMax
- MPSImageReduceColumnMin
- MPSImageReduceColumnSum
- MPSImageReduceColumnMean
- MPSImageReduceUnary
- MPSImageAdd
- MPSImageSubtract
- MPSImageMultiply
- MPSImageDivide
- MPSImageArithmetic
- MPSImageEuclideanDistanceTransform
- MPSImageGuidedFilter
- MPSImageFindKeypoints
- MPSUnaryImageKernel
- MPSBinaryImageKernel
- MPSImage
- MPSTemporaryImage
-
Objects that Simplify the Creation of Neural Networks
- MPSNNGraph
- MPSNNImageNode
- MPSNNAdditionNode
- MPSNNAdditionGradientNode
- MPSNNSubtractionNode
- MPSNNSubtractionGradientNode
- MPSNNMultiplicationNode
- MPSNNMultiplicationGradientNode
- MPSNNDivisionNode
- MPSNNBinaryArithmeticNode
- MPSNNArithmeticGradientNode
- MPSNNArithmeticGradientStateNode
- MPSCNNBinaryConvolutionNode
- MPSCNNConvolutionNode
- MPSCNNConvolutionTransposeNode
- MPSCNNConvolutionGradientNode
- MPSCNNConvolutionGradientStateNode
- MPSCNNCrossChannelNormalizationGradientNode
- MPSCNNPoolingAverageNode
- MPSCNNDilatedPoolingMaxNode
- MPSCNNPoolingL2NormNode
- MPSCNNPoolingMaxNode
- MPSCNNPoolingNode
- MPSCNNDilatedPoolingMaxGradientNode
- MPSCNNPoolingAverageGradientNode
- MPSCNNPoolingGradientNode
- MPSCNNPoolingL2NormGradientNode
- MPSCNNPoolingMaxGradientNode
- MPSCNNBinaryFullyConnectedNode
- MPSCNNFullyConnectedNode
- MPSCNNNeuronAbsoluteNode
- MPSCNNNeuronELUNode
- MPSCNNNeuronHardSigmoidNode
- MPSCNNNeuronLinearNode
- MPSCNNNeuronPReLUNode
- MPSCNNNeuronReLUNNode
- MPSCNNNeuronReLUNode
- MPSCNNNeuronSigmoidNode
- MPSCNNNeuronSoftPlusNode
- MPSCNNNeuronSoftSignNode
- MPSCNNNeuronTanHNode
- MPSCNNNeuronExponentialNode
- MPSCNNNeuronGradientNode
- MPSCNNNeuronLogarithmNode
- MPSCNNNeuronPowerNode
- MPSCNNNeuronNode
- MPSCNNSoftMaxNode
- MPSCNNLogSoftMaxNode
- MPSCNNLogSoftMaxGradientNode
- MPSCNNSoftMaxGradientNode
- MPSCNNCrossChannelNormalizationNode
- MPSCNNLocalContrastNormalizationNode
- MPSCNNSpatialNormalizationNode
- MPSCNNBatchNormalizationGradientNode
- MPSCNNBatchNormalizationNode
- MPSCNNInstanceNormalizationGradientNode
- MPSCNNInstanceNormalizationNode
- MPSCNNLocalContrastNormalizationGradientNode
- MPSCNNSpatialNormalizationGradientNode
- MPSCNNNormalizationNode
- MPSCNNUpsamplingBilinearNode
- MPSCNNUpsamplingNearestNode
- MPSCNNUpsamplingBilinearGradientNode
- MPSCNNUpsamplingNearestGradientNode
- MPSNNBilinearScaleNode
- MPSNNLanczosScaleNode
- MPSNNScaleNode
- MPSCNNDropoutNode
- MPSCNNDropoutGradientNode
- MPSNNConcatenationNode
- MPSNNConcatenationGradientNode
- MPSCNNLossNode
- MPSCNNYOLOLossNode
- MPSNNLabelsNode
- MPSNNFilterNode
- MPSNNGradientFilterNode
-
Convolutional Neural Network Kernels
- MPSCNNAdd
- MPSCNNAddGradient
- MPSCNNSubtract
- MPSCNNSubtractGradient
- MPSCNNMultiply
- MPSCNNMultiplyGradient
- MPSCNNDivide
- MPSCNNArithmetic
- MPSCNNArithmeticGradient
- MPSCNNArithmeticGradientState
- MPSCNNBinaryConvolution
- MPSCNNConvolution
- MPSCNNDepthWiseConvolutionDescriptor
- MPSCNNSubPixelConvolutionDescriptor
- MPSCNNConvolutionTranspose
- MPSCNNConvolutionGradient
- MPSCNNConvolutionGradientState
- MPSCNNConvolutionWeightsAndBiasesState
- MPSCNNPoolingAverage
- MPSCNNPoolingAverageGradient
- MPSCNNPoolingL2Norm
- MPSCNNPoolingMax
- MPSCNNDilatedPoolingMax
- MPSCNNPooling
- MPSCNNPoolingGradient
- MPSCNNDilatedPoolingMaxGradient
- MPSCNNPoolingL2NormGradient
- MPSCNNPoolingMaxGradient
- MPSCNNBinaryFullyConnected
- MPSCNNFullyConnected
- MPSCNNFullyConnectedGradient
- MPSCNNNeuronAbsolute
- MPSCNNNeuronELU
- MPSCNNNeuronHardSigmoid
- MPSCNNNeuronLinear
- MPSCNNNeuronPReLU
- MPSCNNNeuronReLUN
- MPSCNNNeuronReLU
- MPSCNNNeuronSigmoid
- MPSCNNNeuronSoftPlus
- MPSCNNNeuronSoftSign
- MPSCNNNeuronTanH
- MPSCNNNeuron
- MPSCNNNeuronExponential
- MPSCNNNeuronGradient
- MPSCNNNeuronLogarithm
- MPSCNNNeuronPower
- MPSNNNeuronDescriptor
- MPSCNNSoftMax
- MPSCNNLogSoftMax
- MPSCNNLogSoftMaxGradient
- MPSCNNSoftMaxGradient
- MPSCNNCrossChannelNormalization
- MPSCNNCrossChannelNormalizationGradient
- MPSCNNLocalContrastNormalization
- MPSCNNLocalContrastNormalizationGradient
- MPSCNNSpatialNormalization
- MPSCNNSpatialNormalizationGradient
- MPSCNNBatchNormalization
- MPSCNNBatchNormalizationGradient
- MPSCNNBatchNormalizationState
- MPSCNNNormalizationMeanAndVarianceState
- MPSCNNBatchNormalizationStatistics
- MPSCNNBatchNormalizationStatisticsGradient
- MPSCNNInstanceNormalization
- MPSCNNInstanceNormalizationGradient
- MPSCNNInstanceNormalizationGradientState
- MPSCNNNormalizationGammaAndBetaState
- MPSCNNUpsampling
- MPSCNNUpsamplingBilinear
- MPSCNNUpsamplingNearest
- MPSCNNUpsamplingBilinearGradient
- MPSCNNUpsamplingGradient
- MPSCNNUpsamplingNearestGradient
- MPSCNNDropout
- MPSCNNDropoutGradient
- MPSCNNDropoutGradientState
- MPSCNNLoss
- MPSCNNLossDataDescriptor
- MPSCNNLossDescriptor
- MPSCNNLossLabels
- MPSCNNYOLOLoss
- MPSCNNYOLOLossDescriptor
- MPSNNReduceRowMax
- MPSNNReduceRowMin
- MPSNNReduceRowSum
- MPSNNReduceRowMean
- MPSNNReduceColumnMax
- MPSNNReduceColumnMin
- MPSNNReduceColumnSum
- MPSNNReduceColumnMean
- MPSNNReduceFeatureChannelsMax
- MPSNNReduceFeatureChannelsMin
- MPSNNReduceFeatureChannelsSum
- MPSNNReduceFeatureChannelsMean
- MPSNNReduceFeatureChannelsArgumentMax
- MPSNNReduceFeatureChannelsArgumentMin
- MPSNNReduceFeatureChannelsAndWeightsSum
- MPSNNReduceFeatureChannelsAndWeightsMean
- MPSNNReduceUnary
- MPSNNReduceBinary
- MPSNNReshape
- MPSNNSlice
- MPSNNOptimizerAdam
- MPSNNOptimizerRMSProp
- MPSNNOptimizerStochasticGradientDescent
- MPSNNOptimizer
- MPSNNOptimizerDescriptor
- MPSCNNKernel
- MPSCNNBinaryKernel
- MPSCNNGradientKernel
- MPSNNDefaultPadding
- Recurrent Neural Networks
-
Matrices and Vectors
- MPSMatrix
- MPSMatrixDescriptor
- MPSTemporaryMatrix
- MPSVector
- MPSVectorDescriptor
- MPSTemporaryVector
- MPSMatrixDecompositionCholesky
- MPSMatrixSolveCholesky
- MPSMatrixDecompositionLU
- MPSMatrixSolveLU
- MPSMatrixSolveTriangular
- MPSMatrixUnaryKernel
- MPSMatrixBinaryKernel
- MPSMatrixSum
- MPSMatrixMultiplication
- MPSMatrixVectorMultiplication
- MPSMatrixFindTopK
- MPSMatrixCopy
- MPSMatrixCopyToImage
- MPSMatrixCopyDescriptor
- MPSImageCopyToMatrix
- MPSMatrixFullyConnected
- MPSMatrixFullyConnectedGradient
- MPSMatrixNeuron
- MPSMatrixNeuronGradient
- MPSMatrixLogSoftMax
- MPSMatrixLogSoftMaxGradient
- MPSMatrixSoftMax
- MPSMatrixSoftMaxGradient
- MPSMatrixBatchNormalization
- MPSMatrixBatchNormalizationGradient
- MPSRayIntersector
- MPSAccelerationStructureGroup
- MPSInstanceAccelerationStructure
- MPSTriangleAccelerationStructure
- MPSAccelerationStructure
- MPSKernel
- NSKeyedArchiver
- MPSKeyedUnarchiver
- MPSCNNConvolutionTransposeGradient
- MPSCNNConvolutionTransposeGradientNode
- MPSCNNConvolutionTransposeGradientState
- MPSCNNConvolutionTransposeGradientStateNode
- MPSCNNFullyConnectedGradientNode
- MPSCNNGroupNormalization
- MPSCNNGroupNormalizationGradient
- MPSCNNGroupNormalizationGradientNode
- MPSCNNGroupNormalizationGradientState
- MPSCNNGroupNormalizationNode
- MPSCNNMultiaryKernel
- MPSCNNNeuronGeLUNode
- MPSCommandBuffer
- MPSImageCanny
- MPSImageEDLines
- MPSImageNormalizedHistogram
- MPSMatrixRandom
- MPSMatrixRandomDistributionDescriptor
- MPSMatrixRandomMTGP32
- MPSMatrixRandomPhilox
- MPSNDArray
- MPSNDArrayBinaryKernel
- MPSNDArrayBinaryPrimaryGradientKernel
- MPSNDArrayBinarySecondaryGradientKernel
- MPSNDArrayDescriptor
- MPSNDArrayGather
- MPSNDArrayGatherGradient
- MPSNDArrayGatherGradientState
- MPSNDArrayGradientState
- MPSNDArrayMatrixMultiplication
- MPSNDArrayMultiaryBase
- MPSNDArrayMultiaryGradientKernel
- MPSNDArrayMultiaryKernel
- MPSNDArrayStridedSlice
- MPSNDArrayStridedSliceGradient
- MPSNDArrayUnaryGradientKernel
- MPSNDArrayUnaryKernel
- MPSNNCompare
- MPSNNComparisonNode
- MPSNNCropAndResizeBilinear
- MPSNNForwardLoss
- MPSNNForwardLossNode
- MPSNNGramMatrixCalculation
- MPSNNGramMatrixCalculationGradient
- MPSNNGramMatrixCalculationGradientNode
- MPSNNGramMatrixCalculationNode
- MPSNNGridSample
- MPSNNInitialGradient
- MPSNNInitialGradientNode
- MPSNNLocalCorrelation
- MPSNNLossGradient
- MPSNNLossGradientNode
- MPSNNMultiaryGradientState
- MPSNNMultiaryGradientStateNode
- MPSNNPad
- MPSNNPadGradient
- MPSNNPadGradientNode
- MPSNNPadNode
- MPSNNReductionColumnMaxNode
- MPSNNReductionColumnMeanNode
- MPSNNReductionColumnMinNode
- MPSNNReductionColumnSumNode
- MPSNNReductionFeatureChannelsArgumentMaxNode
- MPSNNReductionFeatureChannelsArgumentMinNode
- MPSNNReductionFeatureChannelsMaxNode
- MPSNNReductionFeatureChannelsMeanNode
- MPSNNReductionFeatureChannelsMinNode
- MPSNNReductionFeatureChannelsSumNode
- MPSNNReductionRowMaxNode
- MPSNNReductionRowMeanNode
- MPSNNReductionRowMinNode
- MPSNNReductionRowSumNode
- MPSNNReductionSpatialMeanGradientNode
- MPSNNReductionSpatialMeanNode
- MPSNNReshapeGradient
- MPSNNReshapeGradientNode
- MPSNNReshapeNode
- MPSNNResizeBilinear
- MPSNNUnaryReductionNode
- MPSPolygonAccelerationStructure
- MPSPolygonBuffer
- MPSPredicate
- MPSQuadrilateralAccelerationStructure
- MPSSVGF
- MPSSVGFDefaultTextureAllocator
- MPSSVGFDenoiser
- MPSStateResourceList
- MPSTemporalAA
- MPSTemporaryNDArray
Metal Performance Shaders Graph
-
MPSGraph
- constant(_:dataType:)
- scatterND(withUpdatesTensor:indicesTensor:shape:batchDimensions:mode:name:)
- sliceGradientTensor(_:fwdInShapeTensor:starts:ends:strides:name:)
- sliceGradientTensor(_:fwdInShapeTensor:starts:ends:strides:startMask:endMask:squeezeMask:name:)
- sliceTensor(_:starts:ends:strides:name:)
- sliceTensor(_:starts:ends:strides:startMask:endMask:squeezeMask:name:)
- MPSGraphConvolution2DOpDescriptor
- MPSGraphDepthwiseConvolution2DOpDescriptor
- MPSGraphDevice
- MPSGraphExecutionDescriptor
- MPSGraphOperation
- MPSGraphPooling2DOpDescriptor
- MPSGraphShapedType
- MPSGraphTensor
- MPSGraphTensorData
- MPSGraphVariableOp
- MetalPerformanceShadersGraph Enumerations
Model I/O
- MDLAsset
- MDLObject
- MDLTransform
- MDLMesh
- MDLSubmesh
- MDLSubmeshTopology
- MDLMeshBufferData
- MDLMeshBufferDataAllocator
- MDLMeshBufferMap
- MDLMeshBufferZoneDefault
- MDLVertexAttribute
- MDLVertexAttributeData
- MDLVertexBufferLayout
- MDLVertexDescriptor
- MDLMaterial
- MDLMaterialProperty
- MDLMaterialPropertyConnection
- MDLMaterialPropertyGraph
- MDLMaterialPropertyNode
- MDLScatteringFunction
- MDLPhysicallyPlausibleScatteringFunction
- MDLTexture
- MDLCheckerboardTexture
- MDLColorSwatchTexture
- MDLNoiseTexture
- MDLNormalMapTexture
- MDLSkyCubeTexture
- MDLURLTexture
- MDLTextureFilter
- MDLTextureSampler
- MDLLight
- MDLAreaLight
- MDLLightProbe
- MDLPhotometricLight
- MDLPhysicallyPlausibleLight
- MDLCamera
- MDLStereoscopicCamera
- MDLObjectContainer
- MDLVoxelArray
- MDLAnimatedMatrix4x4
- MDLAnimatedQuaternion
- MDLAnimatedQuaternionArray
- MDLAnimatedScalar
- MDLAnimatedScalarArray
- MDLAnimatedValue
- MDLAnimatedVector2
- MDLAnimatedVector3
- MDLAnimatedVector3Array
- MDLAnimatedVector4
- MDLAnimationBindComponent
- MDLBundleAssetResolver
- MDLMatrix4x4Array
- MDLPackedJointAnimation
- MDLPathAssetResolver
- MDLRelativeAssetResolver
- MDLSkeleton
- MDLTransformMatrixOp
- MDLTransformOrientOp
- MDLTransformRotateOp
- MDLTransformRotateXOp
- MDLTransformRotateYOp
- MDLTransformRotateZOp
- MDLTransformScaleOp
- MDLTransformStack
- MDLTransformTranslateOp
OpenGL ES
- EAGLContext
- EAGLSharegroup
-
OpenGL ES Functions
- glActiveTexture(_:)
- glBindBuffer(_:_:)
- glBindTexture(_:_:)
- glBlendFunc(_:_:)
- glBufferData(_:_:_:_:)
- glBufferSubData(_:_:_:_:)
- glClear(_:)
- glClearColor(_:_:_:_:)
- glClearDepthf(_:)
- glClearStencil(_:)
- glColorMask(_:_:_:_:)
- glCompressedTexImage2D(_:_:_:_:_:_:_:_:)
- glCompressedTexSubImage2D(_:_:_:_:_:_:_:_:_:)
- glCopyTexImage2D(_:_:_:_:_:_:_:_:)
- glCopyTexSubImage2D(_:_:_:_:_:_:_:_:)
- glCullFace(_:)
- glDeleteBuffers(_:_:)
- glDeleteTextures(_:_:)
- glDepthFunc(_:)
- glDepthMask(_:)
- glDepthRangef(_:_:)
- glDisable(_:)
- glDrawArrays(_:_:_:)
- glDrawElements(_:_:_:_:)
- glEnable(_:)
- glFinish()
- glFlush()
- glFrontFace(_:)
- glGenBuffers(_:_:)
- glGenTextures(_:_:)
- glGetBooleanv(_:_:)
- glGetBufferParameteriv(_:_:_:)
- glGetError()
- glGetFloatv(_:_:)
- glGetIntegerv(_:_:)
- glGetObjectLabelEXT(_:_:_:_:_:)
- glGetString(_:)
- glGetTexParameterfv(_:_:_:)
- glGetTexParameteriv(_:_:_:)
- glHint(_:_:)
- glInsertEventMarkerEXT(_:_:)
- glIsBuffer(_:)
- glIsEnabled(_:)
- glIsTexture(_:)
- glLabelObjectEXT(_:_:_:_:)
- glLineWidth(_:)
- glPixelStorei(_:_:)
- glPolygonOffset(_:_:)
- glPushGroupMarkerEXT(_:_:)
- glReadPixels(_:_:_:_:_:_:_:)
- glSampleCoverage(_:_:)
- glScissor(_:_:_:_:)
- glStencilFunc(_:_:_:)
- glStencilMask(_:)
- glStencilOp(_:_:_:)
- glTexImage2D(_:_:_:_:_:_:_:_:_:)
- glTexParameterf(_:_:_:)
- glTexParameterfv(_:_:_:)
- glTexParameteri(_:_:_:)
- glTexParameteriv(_:_:_:)
- glTexSubImage2D(_:_:_:_:_:_:_:_:_:)
- glViewport(_:_:_:_:)
PDFKit
- PDFView
- PDFThumbnailView
- PDFDocument
- PDFPage
- PDFOutline
- PDFSelection
- PDFAnnotation
PencilKit
Quartz
- ImageKit
- PDFKit
- Quartz Composer
- Quick Look
- Quartz Filter
Core Animation
- CALayer
- CAConstraint
- CAConstraintLayoutManager
- CATextLayer
- CAShapeLayer
- CAGradientLayer
- CAAnimation
- CAPropertyAnimation
- CABasicAnimation
- CAKeyframeAnimation
- CASpringAnimation
- CATransition
- CAValueFunction
- CAAnimationGroup
- CATransaction
- CAMediaTimingFunction
- CADisplayLink
- CAEmitterLayer
- CAEmitterCell
- CAScrollLayer
- CATiledLayer
- CATransformLayer
- CAReplicatorLayer
- CAMetalLayer
- CAEAGLLayer
- CAEDRMetadata
- CAOpenGLLayer
- CARenderer
- CARemoteLayerClient
- CARemoteLayerServer
- QCCompositionLayer
RealityKit
-
ARView
- init(frame:)
- init(frame:cameraMode:automaticallyConfigureSession:)
- init(coder:)
- ARViewBase
- init(frame:cameraMode:)
- scene
-
Scene
- name
- id
- id
- Scene.ID
- anchors
- addAnchor(_:)
- removeAnchor(_:)
-
Scene.AnchorCollection
- elementsEqual(_:by:)
- starts(with:by:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- Scene.AnchorCollection.Iterator
- Scene.AnchorCollection.Element
- forEach(_:)
- enumerated()
- underestimatedCount
- count
- isEmpty
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- Scene.AnchorCollection.SubSequence
- append(_:)
- append(contentsOf:)
- append(contentsOf:)
- remove(_:)
- remove(at:)
- removeAll()
- removeAll(keepCapacity:)
- replaceAll(_:)
- replaceAll(_:)
- contains(where:)
- allSatisfy(_:)
- first
- first(where:)
- min(by:)
- max(by:)
- filter(_:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- suffix(_:)
- suffix(from:)
- randomElement()
- randomElement(using:)
- map(_:)
- flatMap(_:)
- compactMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- lazy
- flatMap(_:)
- sorted(by:)
- reversed()
- shuffled()
- shuffled(using:)
- dropFirst(_:)
- dropLast(_:)
- drop(while:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- Scene.AnchorCollection.Index
- Scene.AnchorCollection.Indices
- startIndex
- endIndex
- indices
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- firstIndex(where:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- distance(from:to:)
- withContiguousStorageIfAvailable(_:)
- publisher
- description
- findEntity(named:)
- raycast(origin:direction:length:query:mask:relativeTo:)
- raycast(from:to:query:mask:relativeTo:)
- convexCast(convexShape:fromPosition:fromOrientation:toPosition:toOrientation:query:mask:relativeTo:)
- CollisionCastHit
- CollisionCastQueryType
-
CollisionGroup
- default
- all
- init()
- init(rawValue:)
- init(_:)
- init(arrayLiteral:)
- !=(_:_:)
- CollisionGroup.Element
- isEmpty
- rawValue
- contains(_:)
- formIntersection(_:)
- formSymmetricDifference(_:)
- formUnion(_:)
- insert(_:)
- intersection(_:)
- isDisjoint(with:)
- isStrictSubset(of:)
- isStrictSuperset(of:)
- isSubset(of:)
- isSuperset(of:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- symmetricDifference(_:)
- union(_:)
- update(with:)
- CollisionGroup.ArrayLiteralElement
- CollisionGroup.RawValue
- sceneUnderstanding
- synchronizationService
- SynchronizationService
- publisher(for:on:)
- subscribe(to:on:_:)
-
Scene.Publisher
- Scene.Publisher.Output
- Scene.Publisher.Failure
- receive(subscriber:)
- subscribe(_:)
- subscribe(_:)
- map(_:)
- tryMap(_:)
- flatMap(maxPublishers:_:)
- mapError(_:)
- replaceNil(with:)
- scan(_:_:)
- tryScan(_:_:)
- setFailureType(to:)
- filter(_:)
- tryFilter(_:)
- compactMap(_:)
- tryCompactMap(_:)
- removeDuplicates()
- removeDuplicates(by:)
- tryRemoveDuplicates(by:)
- replaceEmpty(with:)
- replaceError(with:)
- collect()
- collect(_:)
- collect(_:options:)
- ignoreOutput()
- reduce(_:_:)
- tryReduce(_:_:)
- count()
- max()
- max(by:)
- tryMax(by:)
- min()
- min(by:)
- tryMin(by:)
- contains(_:)
- contains(where:)
- tryContains(where:)
- allSatisfy(_:)
- tryAllSatisfy(_:)
- drop(untilOutputFrom:)
- drop(while:)
- dropFirst(_:)
- tryDrop(while:)
- append(_:)
- prepend(_:)
- prefix(_:)
- prefix(untilOutputFrom:)
- prefix(while:)
- tryPrefix(while:)
- first()
- first(where:)
- tryFirst(where:)
- last()
- last(where:)
- tryLast(where:)
- output(at:)
- output(in:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- assertNoFailure(_:file:line:)
- catch(_:)
- tryCatch(_:)
- retry(_:)
- switchToLatest()
- measureInterval(using:options:)
- debounce(for:scheduler:options:)
- delay(for:tolerance:scheduler:options:)
- throttle(for:scheduler:latest:)
- timeout(_:scheduler:options:customError:)
- share()
- encode(encoder:)
- decode(type:decoder:)
- map(_:)
- map(_:_:)
- map(_:_:_:)
- multicast(_:)
- multicast(subject:)
- buffer(size:prefetch:whenFull:)
- eraseToAnyPublisher()
- subscribe(on:options:)
- receive(on:options:)
- makeConnectable()
- assign(to:on:)
- sink(receiveCompletion:receiveValue:)
- sink(receiveValue:)
- breakpoint(receiveSubscription:receiveOutput:receiveCompletion:)
- breakpointOnError()
- handleEvents(receiveSubscription:receiveOutput:receiveCompletion:receiveCancel:receiveRequest:)
- print(_:to:)
- assign(to:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- switchToLatest()
- switchToLatest()
- SceneEvents
- AnimationEvents
- AudioEvents
- CollisionEvents
- Event
- EventSource
- ==(_:_:)
- !=(_:_:)
- hash(into:)
- hashValue
- session
- automaticallyConfigureSession
- renderOptions
-
ARView.RenderOptions
- disableCameraGrain
- disableHDR
- disableGroundingShadows
- disableMotionBlur
- disableDepthOfField
- disableFaceOcclusions
- disablePersonOcclusion
- disableAREnvironmentLighting
- disableAutomaticLighting
- init()
- init(_:)
- init(arrayLiteral:)
- ARView.RenderOptions.Element
- ARView.RenderOptions.ArrayLiteralElement
- init(rawValue:)
- ARView.RenderOptions.RawValue
- rawValue
- isEmpty
- contains(_:)
- insert(_:)
- update(with:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- union(_:)
- formUnion(_:)
- intersection(_:)
- formIntersection(_:)
- symmetricDifference(_:)
- formSymmetricDifference(_:)
- !=(_:_:)
- isSubset(of:)
- isStrictSubset(of:)
- isSuperset(of:)
- isStrictSuperset(of:)
- isDisjoint(with:)
- environment
-
ARView.Environment
- init(background:lighting:reverb:)
- background
- ARView.Environment.Background
- lighting
- ARView.Environment.ImageBasedLight
- reverb
- ARView.Environment.Reverb
- sceneUnderstanding
-
ARView.Environment.SceneUnderstanding
- options
-
ARView.Environment.SceneUnderstanding.Options
- ARView.Environment.SceneUnderstanding.Options.ArrayLiteralElement
- ARView.Environment.SceneUnderstanding.Options.Element
- ARView.Environment.SceneUnderstanding.Options.RawValue
- init()
- init(_:)
- init(arrayLiteral:)
- init(rawValue:)
- isEmpty
- rawValue
- collision
- default
- occlusion
- physics
- receivesLighting
- contains(_:)
- formIntersection(_:)
- formSymmetricDifference(_:)
- formUnion(_:)
- insert(_:)
- intersection(_:)
- isDisjoint(with:)
- isStrictSubset(of:)
- isStrictSuperset(of:)
- isSubset(of:)
- isSuperset(of:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- symmetricDifference(_:)
- union(_:)
- update(with:)
- !=(_:_:)
- physicsOrigin
- audioListener
- cameraMode
- ARView.CameraMode
- cameraTransform
- entity(at:)
- entities(at:)
- hitTest(_:query:mask:)
- hitTest(_:types:)
- makeRaycastQuery(from:allowing:alignment:)
- raycast(from:allowing:alignment:)
- trackedRaycast(from:allowing:alignment:updateHandler:)
- installGestures(_:for:)
-
ARView.EntityGestures
- all
- rotation
- scale
- translation
- init()
- init(_:)
- init(arrayLiteral:)
- ARView.EntityGestures.Element
- ARView.EntityGestures.ArrayLiteralElement
- init(rawValue:)
- rawValue
- ARView.EntityGestures.RawValue
- isEmpty
- contains(_:)
- insert(_:)
- update(with:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- union(_:)
- formUnion(_:)
- intersection(_:)
- formIntersection(_:)
- symmetricDifference(_:)
- formSymmetricDifference(_:)
- !=(_:_:)
- isSubset(of:)
- isStrictSubset(of:)
- isSuperset(of:)
- isStrictSuperset(of:)
- isDisjoint(with:)
- gestureRecognizer(_:shouldRecognizeSimultaneouslyWith:)
- EntityRotationGestureRecognizer
- EntityScaleGestureRecognizer
- EntityTranslationGestureRecognizer
- EntityGestureRecognizer
- project(_:)
- unproject(_:ontoPlane:)
- unproject(_:viewport:)
- unproject(_:ontoPlane:relativeToCamera:)
- ray(through:)
- touchesBegan(_:with:)
- touchesMoved(_:with:)
- touchesEnded(_:with:)
- touchesCancelled(_:with:)
- acceptsFirstResponder
- keyDown(with:)
- keyUp(with:)
- mouseDown(with:)
- mouseDragged(with:)
- mouseUp(with:)
- mouseMoved(with:)
- rightMouseDown(with:)
- rightMouseDragged(with:)
- rightMouseUp(with:)
- otherMouseDown(with:)
- otherMouseDragged(with:)
- otherMouseUp(with:)
- scrollWheel(with:)
- frame
- contentScaleFactor
- didMoveToSuperview()
- didMoveToWindow()
- layoutSubviews()
- layerClass
- makeBackingLayer()
- viewDidChangeBackingProperties()
- viewDidMoveToSuperview()
- snapshot(saveToHDR:completion:)
- ARView.Image
- debugOptions
-
ARView.DebugOptions
- none
- showPhysics
- showStatistics
- showAnchorOrigins
- showAnchorGeometry
- showWorldOrigin
- showFeaturePoints
- init()
- init(_:)
- init(arrayLiteral:)
- ARView.DebugOptions.Element
- ARView.DebugOptions.ArrayLiteralElement
- init(rawValue:)
- ARView.DebugOptions.RawValue
- rawValue
- isEmpty
- contains(_:)
- insert(_:)
- update(with:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- union(_:)
- formUnion(_:)
- intersection(_:)
- formIntersection(_:)
- symmetricDifference(_:)
- formSymmetricDifference(_:)
- !=(_:_:)
- isSubset(of:)
- isStrictSubset(of:)
- isSuperset(of:)
- isStrictSuperset(of:)
- isDisjoint(with:)
- showSceneUnderstanding
- gestureRecognizer(_:shouldReceive:)
- layout()
-
Scene
- name
- id
- id
- Scene.ID
- anchors
- addAnchor(_:)
- removeAnchor(_:)
-
Scene.AnchorCollection
- elementsEqual(_:by:)
- starts(with:by:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- Scene.AnchorCollection.Iterator
- Scene.AnchorCollection.Element
- forEach(_:)
- enumerated()
- underestimatedCount
- count
- isEmpty
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- Scene.AnchorCollection.SubSequence
- append(_:)
- append(contentsOf:)
- append(contentsOf:)
- remove(_:)
- remove(at:)
- removeAll()
- removeAll(keepCapacity:)
- replaceAll(_:)
- replaceAll(_:)
- contains(where:)
- allSatisfy(_:)
- first
- first(where:)
- min(by:)
- max(by:)
- filter(_:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- suffix(_:)
- suffix(from:)
- randomElement()
- randomElement(using:)
- map(_:)
- flatMap(_:)
- compactMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- lazy
- flatMap(_:)
- sorted(by:)
- reversed()
- shuffled()
- shuffled(using:)
- dropFirst(_:)
- dropLast(_:)
- drop(while:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- Scene.AnchorCollection.Index
- Scene.AnchorCollection.Indices
- startIndex
- endIndex
- indices
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- firstIndex(where:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- distance(from:to:)
- withContiguousStorageIfAvailable(_:)
- publisher
- description
- findEntity(named:)
- raycast(origin:direction:length:query:mask:relativeTo:)
- raycast(from:to:query:mask:relativeTo:)
- convexCast(convexShape:fromPosition:fromOrientation:toPosition:toOrientation:query:mask:relativeTo:)
- CollisionCastHit
- CollisionCastQueryType
-
CollisionGroup
- default
- all
- init()
- init(rawValue:)
- init(_:)
- init(arrayLiteral:)
- !=(_:_:)
- CollisionGroup.Element
- isEmpty
- rawValue
- contains(_:)
- formIntersection(_:)
- formSymmetricDifference(_:)
- formUnion(_:)
- insert(_:)
- intersection(_:)
- isDisjoint(with:)
- isStrictSubset(of:)
- isStrictSuperset(of:)
- isSubset(of:)
- isSuperset(of:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- symmetricDifference(_:)
- union(_:)
- update(with:)
- CollisionGroup.ArrayLiteralElement
- CollisionGroup.RawValue
- sceneUnderstanding
- synchronizationService
- SynchronizationService
- publisher(for:on:)
- subscribe(to:on:_:)
-
Scene.Publisher
- Scene.Publisher.Output
- Scene.Publisher.Failure
- receive(subscriber:)
- subscribe(_:)
- subscribe(_:)
- map(_:)
- tryMap(_:)
- flatMap(maxPublishers:_:)
- mapError(_:)
- replaceNil(with:)
- scan(_:_:)
- tryScan(_:_:)
- setFailureType(to:)
- filter(_:)
- tryFilter(_:)
- compactMap(_:)
- tryCompactMap(_:)
- removeDuplicates()
- removeDuplicates(by:)
- tryRemoveDuplicates(by:)
- replaceEmpty(with:)
- replaceError(with:)
- collect()
- collect(_:)
- collect(_:options:)
- ignoreOutput()
- reduce(_:_:)
- tryReduce(_:_:)
- count()
- max()
- max(by:)
- tryMax(by:)
- min()
- min(by:)
- tryMin(by:)
- contains(_:)
- contains(where:)
- tryContains(where:)
- allSatisfy(_:)
- tryAllSatisfy(_:)
- drop(untilOutputFrom:)
- drop(while:)
- dropFirst(_:)
- tryDrop(while:)
- append(_:)
- prepend(_:)
- prefix(_:)
- prefix(untilOutputFrom:)
- prefix(while:)
- tryPrefix(while:)
- first()
- first(where:)
- tryFirst(where:)
- last()
- last(where:)
- tryLast(where:)
- output(at:)
- output(in:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- assertNoFailure(_:file:line:)
- catch(_:)
- tryCatch(_:)
- retry(_:)
- switchToLatest()
- measureInterval(using:options:)
- debounce(for:scheduler:options:)
- delay(for:tolerance:scheduler:options:)
- throttle(for:scheduler:latest:)
- timeout(_:scheduler:options:customError:)
- share()
- encode(encoder:)
- decode(type:decoder:)
- map(_:)
- map(_:_:)
- map(_:_:_:)
- multicast(_:)
- multicast(subject:)
- buffer(size:prefetch:whenFull:)
- eraseToAnyPublisher()
- subscribe(on:options:)
- receive(on:options:)
- makeConnectable()
- assign(to:on:)
- sink(receiveCompletion:receiveValue:)
- sink(receiveValue:)
- breakpoint(receiveSubscription:receiveOutput:receiveCompletion:)
- breakpointOnError()
- handleEvents(receiveSubscription:receiveOutput:receiveCompletion:receiveCancel:receiveRequest:)
- print(_:to:)
- assign(to:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- flatMap(maxPublishers:_:)
- switchToLatest()
- switchToLatest()
- SceneEvents
- AnimationEvents
- AudioEvents
- CollisionEvents
- Event
- EventSource
- ==(_:_:)
- !=(_:_:)
- hash(into:)
- hashValue
-
Entity
- init()
- clone(recursive:)
- didClone(from:)
-
Stored Entities
-
LoadRequest
- result
- LoadRequest.Failure
- receive(subscriber:)
- subscribe(_:)
- subscribe(_:)
- subscribe(_:)
- map(_:)
- tryMap(_:)
- flatMap(maxPublishers:_:)
- mapError(_:)
- replaceNil(with:)
- scan(_:_:)
- tryScan(_:_:)
- filter(_:)
- tryFilter(_:)
- compactMap(_:)
- tryCompactMap(_:)
- removeDuplicates()
- removeDuplicates(by:)
- tryRemoveDuplicates(by:)
- replaceEmpty(with:)
- replaceError(with:)
- collect()
- collect(_:)
- collect(_:options:)
- ignoreOutput()
- reduce(_:_:)
- tryReduce(_:_:)
- count()
- max()
- max(by:)
- tryMax(by:)
- min()
- min(by:)
- tryMin(by:)
- contains(_:)
- contains(where:)
- tryContains(where:)
- allSatisfy(_:)
- tryAllSatisfy(_:)
- drop(untilOutputFrom:)
- drop(while:)
- dropFirst(_:)
- tryDrop(while:)
- append(_:)
- prepend(_:)
- prefix(_:)
- prefix(untilOutputFrom:)
- prefix(while:)
- tryPrefix(while:)
- first()
- first(where:)
- tryFirst(where:)
- last()
- last(where:)
- tryLast(where:)
- output(at:)
- output(in:)
- combineLatest(_:_:)
- combineLatest(_:)
- combineLatest(_:_:_:)
- combineLatest(_:_:)
- combineLatest(_:_:_:_:)
- combineLatest(_:_:_:)
- merge(with:)
- merge(with:_:)
- merge(with:_:_:)
- merge(with:_:_:_:)
- merge(with:_:_:_:_:)
- merge(with:_:_:_:_:_:)
- merge(with:_:_:_:_:_:_:)
- zip(_:)
- zip(_:_:)
- zip(_:_:)
- zip(_:_:_:)
- zip(_:_:_:)
- zip(_:_:_:_:)
- assertNoFailure(_:file:line:)
- catch(_:)
- tryCatch(_:)
- retry(_:)
- switchToLatest()
- measureInterval(using:options:)
- debounce(for:scheduler:options:)
- delay(for:tolerance:scheduler:options:)
- throttle(for:scheduler:latest:)
- timeout(_:scheduler:options:customError:)
- share()
- decode(type:decoder:)
- encode(encoder:)
- map(_:)
- map(_:_:)
- map(_:_:_:)
- multicast(_:)
- multicast(subject:)
- buffer(size:prefetch:whenFull:)
- eraseToAnyPublisher()
- subscribe(on:options:)
- receive(on:options:)
- sink(receiveCompletion:receiveValue:)
- breakpoint(receiveSubscription:receiveOutput:receiveCompletion:)
- breakpointOnError()
- handleEvents(receiveSubscription:receiveOutput:receiveCompletion:receiveCancel:receiveRequest:)
- print(_:to:)
- flatMap(maxPublishers:_:)
- switchToLatest()
- load(named:in:)
- load(contentsOf:withName:)
- loadAsync(named:in:)
- loadAsync(contentsOf:withName:)
- loadAnchor(named:in:)
- loadAnchor(contentsOf:withName:)
- loadAnchorAsync(named:in:)
- loadAnchorAsync(contentsOf:withName:)
- loadModel(named:in:)
- loadModel(contentsOf:withName:)
- loadModelAsync(named:in:)
- loadModelAsync(contentsOf:withName:)
- loadBodyTracked(named:in:)
- loadBodyTracked(contentsOf:withName:)
- loadBodyTrackedAsync(named:in:)
- loadBodyTrackedAsync(contentsOf:withName:)
-
LoadRequest
- scene
- name
- findEntity(named:)
- id
- id
- Entity.ID
- isEnabled
- isEnabledInHierarchy
- isActive
- isAnchored
- parent
- setParent(_:preservingWorldTransform:)
- removeFromParent(preservingWorldTransform:)
- children
- addChild(_:preservingWorldTransform:)
- removeChild(_:preservingWorldTransform:)
-
Entity.ChildCollection
- subscript(_:)
- subscript(_:)
- subscript(_:)
- append(contentsOf:preservingWorldTransforms:)
- append(_:preservingWorldTransform:)
- append(contentsOf:preservingWorldTransforms:)
- remove(_:preservingWorldTransform:)
- remove(at:preservingWorldTransform:)
- removeAll(preservingWorldTransforms:)
- removeAll(keepCapacity:preservingWorldTransforms:)
- replaceAll(_:preservingWorldTransforms:)
- replaceAll(_:preservingWorldTransforms:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- starts(with:)
- starts(with:by:)
- lexicographicallyPrecedes(_:by:)
-
Entity.ChildCollection.IndexingIterator
- enumerated()
- next()
- forEach(_:)
- makeIterator()
- Entity.ChildCollection.IndexingIterator.Iterator
- Entity.ChildCollection.IndexingIterator.Element
- underestimatedCount
- contains(_:)
- contains(where:)
- allSatisfy(_:)
- first(where:)
- max()
- max(by:)
- min()
- min(by:)
- filter(_:)
- prefix(_:)
- prefix(while:)
- suffix(_:)
- map(_:)
- flatMap(_:)
- flatMap(_:)
- compactMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- lazy
- sorted()
- sorted(by:)
- reversed()
- shuffled()
- shuffled(using:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- joined()
- joined(separator:)
- joined(separator:)
- Entity.ChildCollection.IndexingIterator.SubSequence
- elementsEqual(_:)
- elementsEqual(_:by:)
- starts(with:)
- starts(with:by:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- dropFirst(_:)
- dropLast(_:)
- drop(while:)
- withContiguousStorageIfAvailable(_:)
- publisher
- clip()
- fill(using:)
- forEach(_:)
- enumerated()
- underestimatedCount
- contains(_:)
- contains(where:)
- allSatisfy(_:)
- first
- first(where:)
- max(by:)
- min(by:)
- randomElement()
- randomElement(using:)
- subscript(_:)
- filter(_:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- suffix(_:)
- suffix(from:)
- map(_:)
- flatMap(_:)
- flatMap(_:)
- compactMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- lazy
- sorted(by:)
- reversed()
- shuffled()
- shuffled(using:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- description
- count
- isEmpty
- dropFirst(_:)
- dropLast(_:)
- drop(while:)
- withContiguousStorageIfAvailable(_:)
- distance(from:to:)
- indices
- startIndex
- endIndex
- firstIndex(of:)
- firstIndex(where:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(of:)
- publisher
- Entity.ChildCollection.Element
- Entity.ChildCollection.Index
- Entity.ChildCollection.Indices
- Entity.ChildCollection.Iterator
- Entity.ChildCollection.SubSequence
- makeIterator()
-
HasHierarchy
- parent
- setParent(_:preservingWorldTransform:)
- removeFromParent(preservingWorldTransform:)
- children
- addChild(_:preservingWorldTransform:)
- removeChild(_:preservingWorldTransform:)
-
Entity.ChildCollection
- subscript(_:)
- subscript(_:)
- subscript(_:)
- append(contentsOf:preservingWorldTransforms:)
- append(_:preservingWorldTransform:)
- append(contentsOf:preservingWorldTransforms:)
- remove(_:preservingWorldTransform:)
- remove(at:preservingWorldTransform:)
- removeAll(preservingWorldTransforms:)
- removeAll(keepCapacity:preservingWorldTransforms:)
- replaceAll(_:preservingWorldTransforms:)
- replaceAll(_:preservingWorldTransforms:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- starts(with:)
- starts(with:by:)
- lexicographicallyPrecedes(_:by:)
-
Entity.ChildCollection.IndexingIterator
- enumerated()
- next()
- forEach(_:)
- makeIterator()
- Entity.ChildCollection.IndexingIterator.Iterator
- Entity.ChildCollection.IndexingIterator.Element
- underestimatedCount
- contains(_:)
- contains(where:)
- allSatisfy(_:)
- first(where:)
- max()
- max(by:)
- min()
- min(by:)
- filter(_:)
- prefix(_:)
- prefix(while:)
- suffix(_:)
- map(_:)
- flatMap(_:)
- flatMap(_:)
- compactMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- lazy
- sorted()
- sorted(by:)
- reversed()
- shuffled()
- shuffled(using:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- joined()
- joined(separator:)
- joined(separator:)
- Entity.ChildCollection.IndexingIterator.SubSequence
- elementsEqual(_:)
- elementsEqual(_:by:)
- starts(with:)
- starts(with:by:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- dropFirst(_:)
- dropLast(_:)
- drop(while:)
- withContiguousStorageIfAvailable(_:)
- publisher
- clip()
- fill(using:)
- forEach(_:)
- enumerated()
- underestimatedCount
- contains(_:)
- contains(where:)
- allSatisfy(_:)
- first
- first(where:)
- max(by:)
- min(by:)
- randomElement()
- randomElement(using:)
- subscript(_:)
- filter(_:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- suffix(_:)
- suffix(from:)
- map(_:)
- flatMap(_:)
- flatMap(_:)
- compactMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- lazy
- sorted(by:)
- reversed()
- shuffled()
- shuffled(using:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- description
- count
- isEmpty
- dropFirst(_:)
- dropLast(_:)
- drop(while:)
- withContiguousStorageIfAvailable(_:)
- distance(from:to:)
- indices
- startIndex
- endIndex
- firstIndex(of:)
- firstIndex(where:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(of:)
- publisher
- Entity.ChildCollection.Element
- Entity.ChildCollection.Index
- Entity.ChildCollection.Indices
- Entity.ChildCollection.Iterator
- Entity.ChildCollection.SubSequence
- makeIterator()
- components
- Entity.ComponentSet
-
The Transform Component
- transform
- Transform
- scale
- scale(relativeTo:)
- setScale(_:relativeTo:)
- orientation
- orientation(relativeTo:)
- setOrientation(_:relativeTo:)
- position
- position(relativeTo:)
- setPosition(_:relativeTo:)
- transformMatrix(relativeTo:)
- setTransformMatrix(_:relativeTo:)
- move(to:relativeTo:)
- move(to:relativeTo:)
- look(at:from:upVector:relativeTo:)
- move(to:relativeTo:duration:timingFunction:)
- move(to:relativeTo:duration:timingFunction:)
- convert(position:from:)
- convert(position:to:)
- convert(direction:from:)
- convert(direction:to:)
- convert(normal:from:)
- convert(normal:to:)
- convert(transform:from:)
- convert(transform:to:)
- visualBounds(recursive:relativeTo:excludeInactive:)
-
HasTransform
- transform
- Transform
- scale
- scale(relativeTo:)
- setScale(_:relativeTo:)
- orientation
- orientation(relativeTo:)
- setOrientation(_:relativeTo:)
- position
- position(relativeTo:)
- setPosition(_:relativeTo:)
- transformMatrix(relativeTo:)
- setTransformMatrix(_:relativeTo:)
- move(to:relativeTo:)
- move(to:relativeTo:)
- look(at:from:upVector:relativeTo:)
- move(to:relativeTo:duration:timingFunction:)
- move(to:relativeTo:duration:timingFunction:)
- convert(position:from:)
- convert(position:to:)
- convert(direction:from:)
- convert(direction:to:)
- convert(normal:from:)
- convert(normal:to:)
- convert(transform:from:)
- convert(transform:to:)
- visualBounds(recursive:relativeTo:excludeInactive:)
- synchronization
- SynchronizationComponent
- isOwner
- requestOwnership(timeout:_:)
- withUnsynchronized(_:)
- HasSynchronization
- anchor
- generateCollisionShapes(recursive:)
- availableAnimations
- playAnimation(_:transitionDuration:startsPaused:)
- playAnimation(named:transitionDuration:startsPaused:recursive:)
- stopAllAnimations(recursive:)
- playAudio(_:)
- prepareAudio(_:)
- stopAllAudio()
- debugDescription
- ==(_:_:)
- !=(_:_:)
- hash(into:)
- hashValue
- isAccessibilityElement
- accessibilityLabel
- accessibilityDescription
- Component
- Resource
-
AnchorEntity
- init()
- init(_:)
- init(anchor:)
- init(plane:classification:minimumBounds:)
- init(raycastResult:)
- init(world:)
- init(world:)
- anchoring
-
AnchoringComponent
- init(_:)
- init(_:)
- target
-
AnchoringComponent.Target
- AnchoringComponent.Target.camera
- AnchoringComponent.Target.world(transform:)
- AnchoringComponent.Target.anchor(identifier:)
- AnchoringComponent.Target.plane(_:classification:minimumBounds:)
- AnchoringComponent.Target.image(group:name:)
- AnchoringComponent.Target.object(group:name:)
- AnchoringComponent.Target.face
- AnchoringComponent.Target.body
-
AnchoringComponent.Target.Alignment
- horizontal
- vertical
- any
- init()
- init(_:)
- init(arrayLiteral:)
- init(rawValue:)
- !=(_:_:)
- AnchoringComponent.Target.Alignment.ArrayLiteralElement
- AnchoringComponent.Target.Alignment.Element
- AnchoringComponent.Target.Alignment.RawValue
- isEmpty
- rawValue
- contains(_:)
- formIntersection(_:)
- formSymmetricDifference(_:)
- formUnion(_:)
- insert(_:)
- intersection(_:)
- isDisjoint(with:)
- isStrictSubset(of:)
- isStrictSuperset(of:)
- isSubset(of:)
- isSuperset(of:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- symmetricDifference(_:)
- union(_:)
- update(with:)
-
AnchoringComponent.Target.Classification
- wall
- floor
- ceiling
- table
- seat
- any
- init()
- init(_:)
- init(arrayLiteral:)
- init(rawValue:)
- !=(_:_:)
- AnchoringComponent.Target.Classification.ArrayLiteralElement
- AnchoringComponent.Target.Classification.Element
- AnchoringComponent.Target.Classification.RawValue
- isEmpty
- rawValue
- contains(_:)
- formIntersection(_:)
- formSymmetricDifference(_:)
- formUnion(_:)
- insert(_:)
- intersection(_:)
- isDisjoint(with:)
- isStrictSubset(of:)
- isStrictSuperset(of:)
- isSubset(of:)
- isSuperset(of:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- symmetricDifference(_:)
- union(_:)
- update(with:)
- ==(_:_:)
- !=(_:_:)
- hash(into:)
- hashValue
- registerComponent()
- ==(_:_:)
- !=(_:_:)
- anchorIdentifier
- reanchor(_:preservingWorldTransform:)
-
HasAnchoring
- anchoring
-
AnchoringComponent
- init(_:)
- init(_:)
- target
-
AnchoringComponent.Target
- AnchoringComponent.Target.camera
- AnchoringComponent.Target.world(transform:)
- AnchoringComponent.Target.anchor(identifier:)
- AnchoringComponent.Target.plane(_:classification:minimumBounds:)
- AnchoringComponent.Target.image(group:name:)
- AnchoringComponent.Target.object(group:name:)
- AnchoringComponent.Target.face
- AnchoringComponent.Target.body
-
AnchoringComponent.Target.Alignment
- horizontal
- vertical
- any
- init()
- init(_:)
- init(arrayLiteral:)
- init(rawValue:)
- !=(_:_:)
- AnchoringComponent.Target.Alignment.ArrayLiteralElement
- AnchoringComponent.Target.Alignment.Element
- AnchoringComponent.Target.Alignment.RawValue
- isEmpty
- rawValue
- contains(_:)
- formIntersection(_:)
- formSymmetricDifference(_:)
- formUnion(_:)
- insert(_:)
- intersection(_:)
- isDisjoint(with:)
- isStrictSubset(of:)
- isStrictSuperset(of:)
- isSubset(of:)
- isSuperset(of:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- symmetricDifference(_:)
- union(_:)
- update(with:)
-
AnchoringComponent.Target.Classification
- wall
- floor
- ceiling
- table
- seat
- any
- init()
- init(_:)
- init(arrayLiteral:)
- init(rawValue:)
- !=(_:_:)
- AnchoringComponent.Target.Classification.ArrayLiteralElement
- AnchoringComponent.Target.Classification.Element
- AnchoringComponent.Target.Classification.RawValue
- isEmpty
- rawValue
- contains(_:)
- formIntersection(_:)
- formSymmetricDifference(_:)
- formUnion(_:)
- insert(_:)
- intersection(_:)
- isDisjoint(with:)
- isStrictSubset(of:)
- isStrictSuperset(of:)
- isSubset(of:)
- isSuperset(of:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- symmetricDifference(_:)
- union(_:)
- update(with:)
- ==(_:_:)
- !=(_:_:)
- hash(into:)
- hashValue
- registerComponent()
- ==(_:_:)
- !=(_:_:)
- anchorIdentifier
- reanchor(_:preservingWorldTransform:)
- The Transform Component
- SynchronizationComponent
-
ModelEntity
- init()
- init(mesh:materials:)
- init(mesh:materials:collisionShape:mass:)
- init(mesh:materials:collisionShapes:mass:)
- model
-
ModelComponent
- init(mesh:materials:)
- mesh
-
MeshResource
- expectedMaterialCount
- bounds
- BoundingBox
- generateBox(size:cornerRadius:)
- generateBox(size:cornerRadius:)
- generateBox(width:height:depth:cornerRadius:splitFaces:)
- generatePlane(width:height:cornerRadius:)
- generatePlane(width:depth:cornerRadius:)
- generateSphere(radius:)
- generateText(_:extrusionDepth:font:containerFrame:alignment:lineBreakMode:)
- MeshResource.Font
- materials
- SimpleMaterial
- UnlitMaterial
- OcclusionMaterial
- Material
- MaterialColorParameter
- MaterialScalarParameter
- registerComponent()
- jointNames
- jointTransforms
-
HasModel
- model
-
ModelComponent
- init(mesh:materials:)
- mesh
-
MeshResource
- expectedMaterialCount
- bounds
- BoundingBox
- generateBox(size:cornerRadius:)
- generateBox(size:cornerRadius:)
- generateBox(width:height:depth:cornerRadius:splitFaces:)
- generatePlane(width:height:cornerRadius:)
- generatePlane(width:depth:cornerRadius:)
- generateSphere(radius:)
- generateText(_:extrusionDepth:font:containerFrame:alignment:lineBreakMode:)
- MeshResource.Font
- materials
- SimpleMaterial
- UnlitMaterial
- OcclusionMaterial
- Material
- MaterialColorParameter
- MaterialScalarParameter
- registerComponent()
- jointNames
- jointTransforms
- modelDebugOptions
- collision
-
CollisionComponent
- init(shapes:mode:filter:)
- mode
- CollisionComponent.Mode
- filter
-
CollisionFilter
- init(group:mask:)
- default
- sensor
- group
- mask
-
CollisionGroup
- default
- all
- init()
- init(rawValue:)
- init(_:)
- init(arrayLiteral:)
- !=(_:_:)
- CollisionGroup.Element
- isEmpty
- rawValue
- contains(_:)
- formIntersection(_:)
- formSymmetricDifference(_:)
- formUnion(_:)
- insert(_:)
- intersection(_:)
- isDisjoint(with:)
- isStrictSubset(of:)
- isStrictSuperset(of:)
- isSubset(of:)
- isSuperset(of:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- symmetricDifference(_:)
- union(_:)
- update(with:)
- CollisionGroup.ArrayLiteralElement
- CollisionGroup.RawValue
- sceneUnderstanding
- ==(_:_:)
- !=(_:_:)
- shapes
-
ShapeResource
- offsetBy(rotation:)
- offsetBy(translation:)
- offsetBy(rotation:translation:)
- generateBox(size:)
- generateBox(width:height:depth:)
- generateSphere(radius:)
- generateCapsule(height:radius:)
- generateConvex(from:)
- generateConvex(from:)
-
MeshResource
- expectedMaterialCount
- bounds
- BoundingBox
- generateBox(size:cornerRadius:)
- generateBox(size:cornerRadius:)
- generateBox(width:height:depth:cornerRadius:splitFaces:)
- generatePlane(width:height:cornerRadius:)
- generatePlane(width:depth:cornerRadius:)
- generateSphere(radius:)
- generateText(_:extrusionDepth:font:containerFrame:alignment:lineBreakMode:)
- MeshResource.Font
- ==(_:_:)
- !=(_:_:)
- hash(into:)
- hashValue
- registerComponent()
- ==(_:_:)
- !=(_:_:)
- CollisionEvents
-
HasCollision
- collision
-
CollisionComponent
- init(shapes:mode:filter:)
- mode
- CollisionComponent.Mode
- filter
-
CollisionFilter
- init(group:mask:)
- default
- sensor
- group
- mask
-
CollisionGroup
- default
- all
- init()
- init(rawValue:)
- init(_:)
- init(arrayLiteral:)
- !=(_:_:)
- CollisionGroup.Element
- isEmpty
- rawValue
- contains(_:)
- formIntersection(_:)
- formSymmetricDifference(_:)
- formUnion(_:)
- insert(_:)
- intersection(_:)
- isDisjoint(with:)
- isStrictSubset(of:)
- isStrictSuperset(of:)
- isSubset(of:)
- isSuperset(of:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- symmetricDifference(_:)
- union(_:)
- update(with:)
- CollisionGroup.ArrayLiteralElement
- CollisionGroup.RawValue
- sceneUnderstanding
- ==(_:_:)
- !=(_:_:)
- shapes
-
ShapeResource
- offsetBy(rotation:)
- offsetBy(translation:)
- offsetBy(rotation:translation:)
- generateBox(size:)
- generateBox(width:height:depth:)
- generateSphere(radius:)
- generateCapsule(height:radius:)
- generateConvex(from:)
- generateConvex(from:)
-
MeshResource
- expectedMaterialCount
- bounds
- BoundingBox
- generateBox(size:cornerRadius:)
- generateBox(size:cornerRadius:)
- generateBox(width:height:depth:cornerRadius:splitFaces:)
- generatePlane(width:height:cornerRadius:)
- generatePlane(width:depth:cornerRadius:)
- generateSphere(radius:)
- generateText(_:extrusionDepth:font:containerFrame:alignment:lineBreakMode:)
- MeshResource.Font
- ==(_:_:)
- !=(_:_:)
- hash(into:)
- hashValue
- registerComponent()
- ==(_:_:)
- !=(_:_:)
- physicsBody
-
PhysicsBodyComponent
- init()
- init(massProperties:material:mode:)
- init(shapes:density:material:mode:)
- init(shapes:mass:material:mode:)
- isContinuousCollisionDetectionEnabled
- isRotationLocked
- isTranslationLocked
- mode
- PhysicsBodyMode
- material
- PhysicsMaterialResource
- massProperties
- PhysicsMassProperties
- registerComponent()
- ==(_:_:)
- !=(_:_:)
- addForce(_:relativeTo:)
- addForce(_:at:relativeTo:)
- addTorque(_:relativeTo:)
- clearForcesAndTorques()
- applyLinearImpulse(_:relativeTo:)
- applyAngularImpulse(_:relativeTo:)
- applyImpulse(_:at:relativeTo:)
- resetPhysicsTransform(recursive:)
- resetPhysicsTransform(_:recursive:)
-
HasPhysicsBody
- physicsBody
-
PhysicsBodyComponent
- init()
- init(massProperties:material:mode:)
- init(shapes:density:material:mode:)
- init(shapes:mass:material:mode:)
- isContinuousCollisionDetectionEnabled
- isRotationLocked
- isTranslationLocked
- mode
- PhysicsBodyMode
- material
- PhysicsMaterialResource
- massProperties
- PhysicsMassProperties
- registerComponent()
- ==(_:_:)
- !=(_:_:)
- addForce(_:relativeTo:)
- addForce(_:at:relativeTo:)
- addTorque(_:relativeTo:)
- clearForcesAndTorques()
- applyLinearImpulse(_:relativeTo:)
- applyAngularImpulse(_:relativeTo:)
- applyImpulse(_:at:relativeTo:)
- resetPhysicsTransform(recursive:)
- resetPhysicsTransform(_:recursive:)
- physicsMotion
- PhysicsMotionComponent
- HasPhysicsMotion
- HasPhysics
- The Transform Component
- SynchronizationComponent
- modelDebugOptions
-
TriggerVolume
- init()
- init(shape:filter:)
- init(shapes:filter:)
- collision
-
CollisionComponent
- init(shapes:mode:filter:)
- mode
- CollisionComponent.Mode
- filter
-
CollisionFilter
- init(group:mask:)
- default
- sensor
- group
- mask
-
CollisionGroup
- default
- all
- init()
- init(rawValue:)
- init(_:)
- init(arrayLiteral:)
- !=(_:_:)
- CollisionGroup.Element
- isEmpty
- rawValue
- contains(_:)
- formIntersection(_:)
- formSymmetricDifference(_:)
- formUnion(_:)
- insert(_:)
- intersection(_:)
- isDisjoint(with:)
- isStrictSubset(of:)
- isStrictSuperset(of:)
- isSubset(of:)
- isSuperset(of:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- symmetricDifference(_:)
- union(_:)
- update(with:)
- CollisionGroup.ArrayLiteralElement
- CollisionGroup.RawValue
- sceneUnderstanding
- ==(_:_:)
- !=(_:_:)
- shapes
-
ShapeResource
- offsetBy(rotation:)
- offsetBy(translation:)
- offsetBy(rotation:translation:)
- generateBox(size:)
- generateBox(width:height:depth:)
- generateSphere(radius:)
- generateCapsule(height:radius:)
- generateConvex(from:)
- generateConvex(from:)
-
MeshResource
- expectedMaterialCount
- bounds
- BoundingBox
- generateBox(size:cornerRadius:)
- generateBox(size:cornerRadius:)
- generateBox(width:height:depth:cornerRadius:splitFaces:)
- generatePlane(width:height:cornerRadius:)
- generatePlane(width:depth:cornerRadius:)
- generateSphere(radius:)
- generateText(_:extrusionDepth:font:containerFrame:alignment:lineBreakMode:)
- MeshResource.Font
- ==(_:_:)
- !=(_:_:)
- hash(into:)
- hashValue
- registerComponent()
- ==(_:_:)
- !=(_:_:)
- The Transform Component
- SynchronizationComponent
-
BodyTrackedEntity
- bodyTracking
- BodyTrackingComponent
- HasBodyTracking
- model
-
ModelComponent
- init(mesh:materials:)
- mesh
-
MeshResource
- expectedMaterialCount
- bounds
- BoundingBox
- generateBox(size:cornerRadius:)
- generateBox(size:cornerRadius:)
- generateBox(width:height:depth:cornerRadius:splitFaces:)
- generatePlane(width:height:cornerRadius:)
- generatePlane(width:depth:cornerRadius:)
- generateSphere(radius:)
- generateText(_:extrusionDepth:font:containerFrame:alignment:lineBreakMode:)
- MeshResource.Font
- materials
- SimpleMaterial
- UnlitMaterial
- OcclusionMaterial
- Material
- MaterialColorParameter
- MaterialScalarParameter
- registerComponent()
- jointNames
- jointTransforms
- The Transform Component
- SynchronizationComponent
- modelDebugOptions
-
PerspectiveCamera
- init()
- camera
- PerspectiveCameraComponent
- HasPerspectiveCamera
- The Transform Component
- SynchronizationComponent
- PointLight
-
DirectionalLight
- init()
- light
- DirectionalLightComponent
- shadow
- HasDirectionalLight
- The Transform Component
- SynchronizationComponent
-
SpotLight
- init()
- light
- SpotLightComponent
- shadow
- HasSpotLight
- The Transform Component
- SynchronizationComponent
- AnimationPlaybackController
- AnimationResource
- AnimationTimingFunction
- AnimationEvents
- AudioPlaybackController
- AudioResource
-
AudioFileResource
- load(named:in:inputMode:loadingStrategy:shouldLoop:)
- loadAsync(named:in:inputMode:loadingStrategy:shouldLoop:)
- load(contentsOf:withName:inputMode:loadingStrategy:shouldLoop:)
- loadAsync(contentsOf:withName:inputMode:loadingStrategy:shouldLoop:)
- loadingStrategy
- AudioFileResource.LoadingStrategy
- shouldLoop
- AudioEvents
- MultipeerConnectivityService
- SynchronizationService
- SynchronizationEvents
- NetworkCompatibilityToken
-
CollisionGroup
- default
- all
- init()
- init(rawValue:)
- init(_:)
- init(arrayLiteral:)
- !=(_:_:)
- CollisionGroup.Element
- isEmpty
- rawValue
- contains(_:)
- formIntersection(_:)
- formSymmetricDifference(_:)
- formUnion(_:)
- insert(_:)
- intersection(_:)
- isDisjoint(with:)
- isStrictSubset(of:)
- isStrictSuperset(of:)
- isSubset(of:)
- isSuperset(of:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- symmetricDifference(_:)
- union(_:)
- update(with:)
- CollisionGroup.ArrayLiteralElement
- CollisionGroup.RawValue
- sceneUnderstanding
-
CollisionFilter
- init(group:mask:)
- default
- sensor
- group
- mask
-
CollisionGroup
- default
- all
- init()
- init(rawValue:)
- init(_:)
- init(arrayLiteral:)
- !=(_:_:)
- CollisionGroup.Element
- isEmpty
- rawValue
- contains(_:)
- formIntersection(_:)
- formSymmetricDifference(_:)
- formUnion(_:)
- insert(_:)
- intersection(_:)
- isDisjoint(with:)
- isStrictSubset(of:)
- isStrictSuperset(of:)
- isSubset(of:)
- isSuperset(of:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- symmetricDifference(_:)
- union(_:)
- update(with:)
- CollisionGroup.ArrayLiteralElement
- CollisionGroup.RawValue
- sceneUnderstanding
- ==(_:_:)
- !=(_:_:)
-
ModelDebugOptionsComponent
- init(visualizationMode:)
- visualizationMode
-
ModelDebugOptionsComponent.VisualizationMode
- ModelDebugOptionsComponent.VisualizationMode.none
- ModelDebugOptionsComponent.VisualizationMode.normal
- ModelDebugOptionsComponent.VisualizationMode.tangent
- ModelDebugOptionsComponent.VisualizationMode.bitangent
- ModelDebugOptionsComponent.VisualizationMode.baseColor
- ModelDebugOptionsComponent.VisualizationMode.textureCoordinates
- ModelDebugOptionsComponent.VisualizationMode.finalColor
- ModelDebugOptionsComponent.VisualizationMode.finalAlpha
- ModelDebugOptionsComponent.VisualizationMode.roughness
- ModelDebugOptionsComponent.VisualizationMode.metallic
- ModelDebugOptionsComponent.VisualizationMode.ambientOcclusion
- ModelDebugOptionsComponent.VisualizationMode.specular
- ModelDebugOptionsComponent.VisualizationMode.emissive
- ModelDebugOptionsComponent.VisualizationMode.clearcoat
- ModelDebugOptionsComponent.VisualizationMode.clearcoatRoughness
- ModelDebugOptionsComponent.VisualizationMode.lightingDiffuse
- ModelDebugOptionsComponent.VisualizationMode.lightingSpecular
- init(rawValue:)
- rawValue
- ModelDebugOptionsComponent.VisualizationMode.RawValue
- hashValue
- hash(into:)
- !=(_:_:)
- registerComponent()
- SceneUnderstandingComponent
- VideoMaterial
- VideoPlaybackController
- HasSceneUnderstanding
ReplayKit
- RPScreenRecorder
- RPPreviewViewController
- RPBroadcastController
- RPBroadcastHandler
- RPBroadcastSampleHandler
- RPBroadcastMP4ClipHandler
- RPBroadcastActivityViewController
- RPSystemBroadcastPickerView
- RPBroadcastActivityController
- RPBroadcastConfiguration
SceneKit
- SCNScene
- SCNView
- SCNNode
- SCNReferenceNode
- SCNLayer
- SCNRenderer
- SCNHitTestResult
- SCNLight
- SCNCamera
- SCNMaterial
- SCNMaterialProperty
- SCNGeometry
- SCNGeometrySource
- SCNGeometryElement
- Built-in Geometry Types
- Animation
- Constraints
- SCNSkinner
- SCNMorpher
- Physics Simulation
- SCNParticleSystem
- SCNParticlePropertyController
- SCNAudioSource
- SCNAudioPlayer
- SCNProgram
- SCNTechnique
- SCNSceneSource
-
SceneView
- init(scene:pointOfView:options:preferredFramesPerSecond:antialiasingMode:delegate:technique:)
-
SceneView.Options
- SceneView.Options.ArrayLiteralElement
- SceneView.Options.Element
- SceneView.Options.RawValue
- init()
- init(_:)
- init(arrayLiteral:)
- init(rawValue:)
- isEmpty
- rawValue
- allowsCameraControl
- autoenablesDefaultLighting
- jitteringEnabled
- rendersContinuously
- temporalAntialiasingEnabled
- contains(_:)
- formIntersection(_:)
- formSymmetricDifference(_:)
- formUnion(_:)
- insert(_:)
- intersection(_:)
- isDisjoint(with:)
- isStrictSubset(of:)
- isStrictSuperset(of:)
- isSubset(of:)
- isSuperset(of:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- symmetricDifference(_:)
- union(_:)
- update(with:)
- !=(_:_:)
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- labelsHidden()
- horizontalRadioGroupLayout()
- controlSize(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- menuButtonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- contextMenu(_:)
- contextMenu(menuItems:)
- touchBar(content:)
- touchBar(_:)
- touchBarItemPrincipal(_:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onCutCommand(perform:)
- onCopyCommand(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDeleteCommand(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onCommand(_:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- body
- SceneView.Body
- modifier(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(named:_:)
- accessibilityAction(named:_:)
- accessibilityActivationPoint(_:)
- accessibilityActivationPoint(_:)
- accessibilityAddTraits(_:)
- accessibilityHidden(_:)
- accessibilityHint(_:)
- accessibilityHint(_:)
- accessibilityHint(_:)
- accessibilityIdentifier(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityInputLabels(_:)
- accessibilityInputLabels(_:)
- accessibilityInputLabels(_:)
- accessibilityLabel(_:)
- accessibilityLabel(_:)
- accessibilityLabel(_:)
- accessibilityLabeledPair(role:id:in:)
- accessibilityLinkedGroup(id:in:)
- accessibilityRemoveTraits(_:)
- accessibilitySortPriority(_:)
- accessibilityValue(_:)
- accessibilityValue(_:)
- accessibilityValue(_:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- handlesExternalEvents(preferring:allowing:)
- ignoresSafeArea(_:edges:)
- pageCommand(value:in:step:)
- redacted(reason:)
- toolbar(content:)
- toolbar(id:content:)
- unredacted()
SpriteKit
- SKScene
- Nodes for Scene Building
- SKView
- SKRenderer
- WKInterfaceSKScene
- SKTexture
- SKTextureAtlas
- SKMutableTexture
- SKAction
- SKConstraint
- SKReachConstraints
- SKKeyframeSequence
- SKRange
- SKRegion
- SKPhysicsWorld
- SKPhysicsBody
- SKPhysicsContact
- SKFieldNode
- SKPhysicsJoint
- SKPhysicsJointFixed
- SKPhysicsJointLimit
- SKPhysicsJointPin
- SKPhysicsJointSliding
- SKPhysicsJointSpring
- SKTileMapNode
- SKTileDefinition
- SKTileGroup
- SKTileGroupRule
- SKTileSet
- SKShader
- SKAttribute
- SKAttributeValue
- SKUniform
- SKWarpGeometry
- SKWarpGeometryGrid
-
SpriteView
- init(scene:transition:isPaused:preferredFramesPerSecond:)
- init(scene:transition:isPaused:preferredFramesPerSecond:options:shouldRender:)
-
SpriteView.Options
- SpriteView.Options.ArrayLiteralElement
- SpriteView.Options.Element
- SpriteView.Options.RawValue
- init()
- init(_:)
- init(arrayLiteral:)
- init(rawValue:)
- isEmpty
- rawValue
- allowsTransparency
- ignoresSiblingOrder
- shouldCullNonVisibleNodes
- contains(_:)
- formIntersection(_:)
- formSymmetricDifference(_:)
- formUnion(_:)
- insert(_:)
- intersection(_:)
- isDisjoint(with:)
- isStrictSubset(of:)
- isStrictSuperset(of:)
- isSubset(of:)
- isSuperset(of:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- symmetricDifference(_:)
- union(_:)
- update(with:)
- !=(_:_:)
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- labelsHidden()
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- contextMenu(_:)
- contextMenu(menuItems:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- body
- SpriteView.Body
- modifier(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(named:_:)
- accessibilityAction(named:_:)
- accessibilityActivationPoint(_:)
- accessibilityActivationPoint(_:)
- accessibilityAddTraits(_:)
- accessibilityHidden(_:)
- accessibilityHint(_:)
- accessibilityHint(_:)
- accessibilityHint(_:)
- accessibilityIdentifier(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityInputLabels(_:)
- accessibilityInputLabels(_:)
- accessibilityInputLabels(_:)
- accessibilityLabel(_:)
- accessibilityLabel(_:)
- accessibilityLabel(_:)
- accessibilityLabeledPair(role:id:in:)
- accessibilityLinkedGroup(id:in:)
- accessibilityRemoveTraits(_:)
- accessibilitySortPriority(_:)
- accessibilityValue(_:)
- accessibilityValue(_:)
- accessibilityValue(_:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- handlesExternalEvents(preferring:allowing:)
- ignoresSafeArea(_:edges:)
- menuButtonStyle(_:)
- menuStyle(_:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- pageCommand(value:in:step:)
- redacted(reason:)
- toolbar(content:)
- toolbar(id:content:)
- unredacted()
Vision
- VNImageRequestHandler
- VNImageBasedRequest
- VNStatefulRequest
- VNClassifyImageRequest
- VNFeaturePrintObservation
- VNGenerateImageFeaturePrintRequest
- VNRequest
- VNObservation
- VNSequenceRequestHandler
- VNGenerateAttentionBasedSaliencyImageRequest
- VNGenerateObjectnessBasedSaliencyImageRequest
- VNSaliencyImageObservation
- VNTrackingRequest
- VNTrackRectangleRequest
- VNTrackObjectRequest
- VNDetectedObjectObservation
- VNDetectRectanglesRequest
- VNRectangleObservation
- VNDetectFaceRectanglesRequest
- VNDetectFaceLandmarksRequest
- VNDetectFaceCaptureQualityRequest
- VNFaceObservation
- VNDetectHumanRectanglesRequest
- VNDetectHumanBodyPoseRequest
- VNDetectHumanHandPoseRequest
- VNRecognizedPointsObservation
- VNHumanBodyPoseObservation
- VNHumanHandPoseObservation
- VNPoint
- VNDetectedPoint
- VNRecognizedPoint
- VNDetectTrajectoriesRequest
- VNTrajectoryObservation
- VNDetectContoursRequest
- VNContoursObservation
- VNContour
- VNGenerateOpticalFlowRequest
- VNRecognizeAnimalsRequest
- VNDetectBarcodesRequest
- VNBarcodeObservation
- VNDetectTextRectanglesRequest
- VNTextObservation
- VNRecognizeTextRequest
- VNRecognizedTextObservation
- VNDetectHorizonRequest
- VNHorizonObservation
- VNTargetedImageRequest
- VNImageRegistrationRequest
- VNImageAlignmentObservation
- VNTranslationalImageRegistrationRequest
- VNImageTranslationAlignmentObservation
- VNHomographicImageRegistrationRequest
- VNImageHomographicAlignmentObservation
- VNRecognizedObjectObservation
- VNCoreMLRequest
- VNClassificationObservation
- VNPixelBufferObservation
- VNCoreMLFeatureValueObservation
- VNGeometryUtils
- VNVideoProcessor
- VNCircle
- VNVector
Apple News
Apple Search Ads
- Call the Apple Search Ads API
- Using Apple Search Ads API Functionality
- Campaigns
- Ad Groups
-
Targeting Keywords and Negative Keywords
- Create Targeting Keywords
- Find Targeting Keywords in a Campaign
- Get a Targeting Keyword in an Ad Group
- Get all Targeting Keywords in an Ad Group
- Update Targeting Keywords
- Create Campaign Negative Keywords
- Find Campaign Negative Keywords
- Get Campaign Negative Keywords
- Get all Campaign Negative Keywords
- Update Campaign Negative Keywords
- Delete Campaign Negative Keywords
- Create Ad Group Negative Keywords
- Find Ad Group Negative Keywords
- Get an Ad Group Negative Keyword
- Get all Ad Group Negative Keywords
- Update Ad Group Negative Keywords
- Delete Ad Group Negative Keywords
- MetaDataObject
- Search Apps and Geolocations
-
Creative Sets
- Get App Language, Device Sizes and Assets Details
- Get App Preview Device Sizes
- Create Ad Group Creative Sets
- Find Ad Group Creative Sets
- Update Ad Group Creative Sets
- Delete Ad Group Creative Sets
- Get a Creative Sets Ad Variation
- Find Creative Sets
- Assign Creative Sets to an Ad Group
- Update Creative Sets
- Reports
Assets Library
Audio Toolbox
- Audio Unit v3 Plug-Ins
- Audio Components
- Audio Unit v2 (C) API
- Audio Unit Properties
- Audio Queue Services
-
Deprecated Symbols
-
Audio Unit Processing Graph Services
- AUGraphAddNode(_:_:_:)
- AUGraphAddRenderNotify(_:_:_:)
- AUGraphClearConnections(_:)
- AUGraphClose(_:)
- AUGraphConnectNodeInput(_:_:_:_:_:)
- AUGraphCountNodeInteractions(_:_:_:)
- AUGraphDisconnectNodeInput(_:_:_:)
- AUGraphGetCPULoad(_:_:)
- AUGraphGetIndNode(_:_:_:)
- AUGraphGetInteractionInfo(_:_:_:)
- AUGraphGetMaxCPULoad(_:_:)
- AUGraphGetNodeCount(_:_:)
- AUGraphGetNodeInfoSubGraph(_:_:_:)
- AUGraphGetNodeInteractions(_:_:_:_:)
- AUGraphGetNumberOfInteractions(_:_:)
- AUGraphInitialize(_:)
- AUGraphIsInitialized(_:_:)
- AUGraphIsNodeSubGraph(_:_:_:)
- AUGraphIsOpen(_:_:)
- AUGraphIsRunning(_:_:)
- AUGraphNewNodeSubGraph(_:_:)
- AUGraphNodeInfo(_:_:_:_:)
- AUGraphOpen(_:)
- AUGraphRemoveNode(_:_:)
- AUGraphRemoveRenderNotify(_:_:_:)
- AUGraphSetNodeInputCallback(_:_:_:_:)
- AUGraphStart(_:)
- AUGraphStop(_:)
- AUGraphUninitialize(_:)
- AUGraphUpdate(_:_:)
- DisposeAUGraph(_:)
- NewAUGraph(_:)
-
Audio Unit Processing Graph Services
- AudioToolbox Constants
Audio Unit
AVFAudio
-
AVAudioSession
- sharedInstance()
- category
- setCategory(_:)
- availableCategories
- AVAudioSession.Category
- categoryOptions
- setCategory(_:options:)
- AVAudioSession.CategoryOptions
- mode
- setMode(_:)
- setCategory(_:mode:options:)
- availableModes
- AVAudioSession.Mode
- routeSharingPolicy
- setCategory(_:mode:policy:options:)
- AVAudioSession.RouteSharingPolicy
- setActive(_:options:)
- activate(options:completionHandler:)
- AVAudioSessionActivationOptions
- setActive(_:withFlags:)
- recordPermission
- requestRecordPermission(_:)
- isOtherAudioPlaying
- secondaryAudioShouldBeSilencedHint
- allowHapticsAndSystemSoundsDuringRecording
- setAllowHapticsAndSystemSoundsDuringRecording(_:)
- promptStyle
- AVAudioSession.PromptStyle
- prefersNoInterruptionsFromSystemAlerts
- setPrefersNoInterruptionsFromSystemAlerts(_:)
- interruptionNotification
-
routeChangeNotification
- AVAudioSessionRouteChangeReasonKey
- AVAudioSessionRouteChangePreviousRouteKey
-
AVAudioSession.RouteChangeReason
- AVAudioSession.RouteChangeReason.unknown
- AVAudioSession.RouteChangeReason.newDeviceAvailable
- AVAudioSession.RouteChangeReason.oldDeviceUnavailable
- AVAudioSession.RouteChangeReason.categoryChange
- AVAudioSession.RouteChangeReason.override
- AVAudioSession.RouteChangeReason.wakeFromSleep
- AVAudioSession.RouteChangeReason.noSuitableRouteForCategory
- AVAudioSession.RouteChangeReason.routeConfigurationChange
- silenceSecondaryAudioHintNotification
- mediaServicesWereLostNotification
- mediaServicesWereResetNotification
- currentRoute
- AVAudioSessionRouteDescription
- isInputAvailable
- availableInputs
- preferredInput
- setPreferredInput(_:)
- AVAudioSessionPortDescription
- inputDataSource
- inputDataSources
- setInputDataSource(_:)
- outputDataSources
- outputDataSource
- setOutputDataSource(_:)
- AVAudioSessionDataSourceDescription
- overrideOutputAudioPort(_:)
- inputIsAvailable
- inputOrientation
- preferredInputOrientation
- setPreferredInputOrientation(_:)
- AVAudioSession.StereoOrientation
- inputNumberOfChannels
- maximumInputNumberOfChannels
- preferredInputNumberOfChannels
- setPreferredInputNumberOfChannels(_:)
- outputNumberOfChannels
- maximumOutputNumberOfChannels
- preferredOutputNumberOfChannels
- setPreferredOutputNumberOfChannels(_:)
- currentHardwareInputNumberOfChannels
- currentHardwareOutputNumberOfChannels
- inputGain
- isInputGainSettable
- setInputGain(_:)
- outputVolume
- sampleRate
- preferredSampleRate
- setPreferredSampleRate(_:)
- inputLatency
- outputLatency
- ioBufferDuration
- preferredIOBufferDuration
- setPreferredIOBufferDuration(_:)
- currentHardwareSampleRate
- preferredHardwareSampleRate
- setPreferredHardwareSampleRate(_:)
- setAggregatedIOPreference(_:)
- AVAudioSession.IOType
-
AVAudioSession.ErrorCode
- AVAudioSession.ErrorCode.none
- AVAudioSession.ErrorCode.mediaServicesFailed
- AVAudioSession.ErrorCode.isBusy
- AVAudioSession.ErrorCode.incompatibleCategory
- AVAudioSession.ErrorCode.cannotInterruptOthers
- AVAudioSession.ErrorCode.missingEntitlement
- AVAudioSession.ErrorCode.siriIsRecording
- AVAudioSession.ErrorCode.cannotStartPlaying
- AVAudioSession.ErrorCode.cannotStartRecording
- AVAudioSession.ErrorCode.badParam
- AVAudioSessionErrorInsufficientPriority
- AVAudioSession.ErrorCode.resourceNotAvailable
- AVAudioSession.ErrorCode.unspecified
- AVAudioSession.ErrorCode.expiredSession
- AVAudioSession.ErrorCode.sessionNotActive
- delegate
- AVAudioSessionDelegate
- AVAudioRoutingArbiter
-
AVAudioPlayer
- init(contentsOf:)
- init(contentsOf:fileTypeHint:)
- init(data:)
- init(data:fileTypeHint:)
- prepareToPlay()
- play()
- play(atTime:)
- pause()
- stop()
- isPlaying
- volume
- setVolume(_:fadeDuration:)
- pan
- enableRate
- rate
- numberOfLoops
- currentTime
- duration
- numberOfChannels
- channelAssignments
- isMeteringEnabled
- updateMeters()
- averagePower(forChannel:)
- peakPower(forChannel:)
- delegate
- AVAudioPlayerDelegate
- url
- data
- format
- settings
- currentDevice
- deviceCurrentTime
-
AVAudioRecorder
- init(url:settings:)
- init(url:format:)
- prepareToRecord()
- record()
- record(atTime:)
- record(forDuration:)
- record(atTime:forDuration:)
- pause()
- stop()
- isRecording
- deleteRecording()
- currentTime
- deviceCurrentTime
- channelAssignments
- isMeteringEnabled
- updateMeters()
- averagePower(forChannel:)
- peakPower(forChannel:)
- delegate
- AVAudioRecorderDelegate
- url
- format
- settings
- AVMIDIPlayer
-
Audio Engine
-
AVAudioEngine
- init()
- attach(_:)
- detach(_:)
- attachedNodes
- inputNode
- outputNode
- mainMixerNode
- connect(_:to:format:)
- connect(_:to:fromBus:toBus:format:)
- disconnectNodeInput(_:)
- disconnectNodeInput(_:bus:)
- disconnectNodeOutput(_:)
- disconnectNodeOutput(_:bus:)
- connectMIDI(_:to:format:block:)
- connectMIDI(_:to:format:block:)
- disconnectMIDI(_:from:)
- disconnectMIDI(_:from:)
- disconnectMIDIInput(_:)
- disconnectMIDIOutput(_:)
- musicSequence
- prepare()
- start()
- isRunning
- pause()
- stop()
- reset()
- enableManualRenderingMode(_:format:maximumFrameCount:)
- disableManualRenderingMode()
- renderOffline(_:to:)
- AVAudioEngineManualRenderingBlock
- manualRenderingBlock
- manualRenderingFormat
- manualRenderingMaximumFrameCount
- manualRenderingMode
- manualRenderingSampleTime
- isAutoShutdownEnabled
- isInManualRenderingMode
- AVAudioConnectionPoint
- connect(_:to:fromBus:format:)
- AVAudioEngineConfigurationChange
- AVAudioEngineManualRenderingError
- AVAudioEngineManualRenderingMode
- AVAudioEngineManualRenderingStatus
-
AVAudioNode
- inputFormat(forBus:)
- name(forInputBus:)
- numberOfInputs
- outputFormat(forBus:)
- name(forOutputBus:)
- numberOfOutputs
- installTap(onBus:bufferSize:format:block:)
- removeTap(onBus:)
- engine
- lastRenderTime
- auAudioUnit
- latency
- outputPresentationLatency
- reset()
- AVAudioNodeTapBlock
- AVAudioNodeCompletionHandler
- AVAudioNodeBus
- AVAudioIONode
- AVAudioInputNode
- AVAudioOutputNode
- AVAudioMixerNode
-
AVAudioMixing
-
AVAudio3DMixing
- obstruction
- occlusion
- position
- rate
- renderingAlgorithm
- reverbBlend
-
AVAudio3DMixingRenderingAlgorithm
- AVAudio3DMixingRenderingAlgorithm.equalPowerPanning
- AVAudio3DMixingRenderingAlgorithm.sphericalHead
- AVAudio3DMixingRenderingAlgorithm.HRTF
- AVAudio3DMixingRenderingAlgorithm.soundField
- AVAudio3DMixingRenderingAlgorithm.stereoPassThrough
- AVAudio3DMixingRenderingAlgorithm.HRTFHQ
- AVAudio3DMixingRenderingAlgorithm.auto
- pointSourceInHeadMode
- sourceMode
- AVAudioStereoMixing
- AVAudioMixingDestination
- destination(forMixer:bus:)
- volume
-
AVAudio3DMixing
-
AVAudioPlayerNode
- init()
- scheduleFile(_:at:completionHandler:)
- scheduleFile(_:at:completionCallbackType:completionHandler:)
- scheduleSegment(_:startingFrame:frameCount:at:completionHandler:)
- scheduleSegment(_:startingFrame:frameCount:at:completionCallbackType:completionHandler:)
- scheduleBuffer(_:at:options:completionHandler:)
- scheduleBuffer(_:completionHandler:)
- scheduleBuffer(_:at:options:completionCallbackType:completionHandler:)
- scheduleBuffer(_:completionCallbackType:completionHandler:)
- AVAudioPlayerNodeCompletionCallbackType
- AVAudioPlayerNodeCompletionHandler
- nodeTime(forPlayerTime:)
- playerTime(forNodeTime:)
- prepare(withFrameCount:)
- play()
- play(at:)
- isPlaying
- pause()
- stop()
- AVAudioPlayerNodeBufferOptions
-
AVAudioSequencer
- init()
- init(audioEngine:)
- write(to:smpteResolution:replaceExisting:)
- AVMusicTrack
- AVMusicTrackLoopCount
- prepareToPlay()
- start()
- stop()
- load(from:options:)
- load(from:options:)
- AVMusicSequenceLoadOptions
- AVMusicTimeStamp
- hostTime(forBeats:error:)
- seconds(forBeats:)
- beats(forHostTime:error:)
- beats(forSeconds:)
- AVBeatRange
- data(withSMPTEResolution:error:)
- currentPositionInBeats
- currentPositionInSeconds
- isPlaying
- rate
- tempoTrack
- tracks
- userInfo
- AVAudioUnitSampler
-
AVAudioUnitMIDIInstrument
- init(audioComponentDescription:)
- sendController(_:withValue:onChannel:)
- sendMIDIEvent(_:data1:)
- sendMIDIEvent(_:data1:data2:)
- sendMIDISysExEvent(_:)
- sendPitchBend(_:onChannel:)
- sendPressure(_:onChannel:)
- sendPressure(forKey:withValue:onChannel:)
- sendProgramChange(_:bankMSB:bankLSB:onChannel:)
- sendProgramChange(_:onChannel:)
- startNote(_:withVelocity:onChannel:)
- stopNote(_:onChannel:)
-
Audio Units
- AVAudioUnit
-
AVAudioUnitComponent
- audioComponent
- audioComponentDescription
- availableArchitectures
- componentURL
- configurationDictionary
- hasCustomView
- hasMIDIInput
- hasMIDIOutput
- manufacturerName
- name
- passesAUVal
- isSandboxSafe
- supportsNumberInputChannels(_:outputChannels:)
- typeName
- version
- versionString
- iconURL
- icon
- localizedTypeName
- allTagNames
- userTagNames
- Audio Unit Type Names
- Audio Unit Manufacturer Name
- AVAudioUnitComponentTagsDidChange
- AVAudioUnitComponentManager
- AVAudioUnitEffect
-
AVAudioUnitEQ
- init(numberOfBands:)
-
AVAudioUnitEQFilterParameters
- bandwidth
- bypass
- filterType
- frequency
- gain
-
AVAudioUnitEQFilterType
- AVAudioUnitEQFilterType.parametric
- AVAudioUnitEQFilterType.lowPass
- AVAudioUnitEQFilterType.highPass
- AVAudioUnitEQFilterType.resonantLowPass
- AVAudioUnitEQFilterType.resonantHighPass
- AVAudioUnitEQFilterType.bandPass
- AVAudioUnitEQFilterType.bandStop
- AVAudioUnitEQFilterType.lowShelf
- AVAudioUnitEQFilterType.highShelf
- AVAudioUnitEQFilterType.resonantLowShelf
- AVAudioUnitEQFilterType.resonantHighShelf
- bands
- globalGain
-
AVAudioUnitDistortion
- loadFactoryPreset(_:)
- preGain
- wetDryMix
-
AVAudioUnitDistortionPreset
- AVAudioUnitDistortionPreset.drumsBitBrush
- AVAudioUnitDistortionPreset.drumsBufferBeats
- AVAudioUnitDistortionPreset.drumsLoFi
- AVAudioUnitDistortionPreset.multiBrokenSpeaker
- AVAudioUnitDistortionPreset.multiCellphoneConcert
- AVAudioUnitDistortionPreset.multiDecimated1
- AVAudioUnitDistortionPreset.multiDecimated2
- AVAudioUnitDistortionPreset.multiDecimated3
- AVAudioUnitDistortionPreset.multiDecimated4
- AVAudioUnitDistortionPreset.multiDistortedFunk
- AVAudioUnitDistortionPreset.multiDistortedCubed
- AVAudioUnitDistortionPreset.multiDistortedSquared
- AVAudioUnitDistortionPreset.multiEcho1
- AVAudioUnitDistortionPreset.multiEcho2
- AVAudioUnitDistortionPreset.multiEchoTight1
- AVAudioUnitDistortionPreset.multiEchoTight2
- AVAudioUnitDistortionPreset.multiEverythingIsBroken
- AVAudioUnitDistortionPreset.speechAlienChatter
- AVAudioUnitDistortionPreset.speechCosmicInterference
- AVAudioUnitDistortionPreset.speechGoldenPi
- AVAudioUnitDistortionPreset.speechRadioTower
- AVAudioUnitDistortionPreset.speechWaves
- AVAudioUnitDelay
-
AVAudioUnitReverb
- loadFactoryPreset(_:)
- wetDryMix
-
AVAudioUnitReverbPreset
- AVAudioUnitReverbPreset.smallRoom
- AVAudioUnitReverbPreset.mediumRoom
- AVAudioUnitReverbPreset.largeRoom
- AVAudioUnitReverbPreset.mediumHall
- AVAudioUnitReverbPreset.largeHall
- AVAudioUnitReverbPreset.plate
- AVAudioUnitReverbPreset.mediumChamber
- AVAudioUnitReverbPreset.largeChamber
- AVAudioUnitReverbPreset.cathedral
- AVAudioUnitReverbPreset.largeRoom2
- AVAudioUnitReverbPreset.mediumHall2
- AVAudioUnitReverbPreset.mediumHall3
- AVAudioUnitReverbPreset.largeHall2
- AVAudioUnitTimeEffect
- AVAudioUnitTimePitch
- AVAudioUnitVarispeed
- AVAudioUnitGenerator
- AVAudioSourceNode
- AVAudioSinkNode
-
AVAudioConverter
- init(from:to:)
- convert(to:error:withInputFrom:)
- convert(to:from:)
- reset()
- channelMap
- dither
- downmix
- inputFormat
- outputFormat
- magicCookie
- maximumOutputPacketSize
- applicableEncodeBitRates
- availableEncodeBitRates
- availableEncodeChannelLayoutTags
- bitRate
- bitRateStrategy
- sampleRateConverterQuality
- sampleRateConverterAlgorithm
- applicableEncodeSampleRates
- availableEncodeSampleRates
- primeInfo
- primeMethod
- AVAudioConverterPrimeInfo
- AVAudioConverterInputStatus
- AVAudioConverterOutputStatus
- AVAudioConverterPrimeMethod
- AVAudioEnvironmentNode
- AVAudioEnvironmentReverbParameters
- AVAudioEnvironmentDistanceAttenuationParameters
- AVAudioEnvironmentOutputType
-
AVAudio3DMixing
- obstruction
- occlusion
- position
- rate
- renderingAlgorithm
- reverbBlend
-
AVAudio3DMixingRenderingAlgorithm
- AVAudio3DMixingRenderingAlgorithm.equalPowerPanning
- AVAudio3DMixingRenderingAlgorithm.sphericalHead
- AVAudio3DMixingRenderingAlgorithm.HRTF
- AVAudio3DMixingRenderingAlgorithm.soundField
- AVAudio3DMixingRenderingAlgorithm.stereoPassThrough
- AVAudio3DMixingRenderingAlgorithm.HRTFHQ
- AVAudio3DMixingRenderingAlgorithm.auto
- pointSourceInHeadMode
- sourceMode
- AVAudio3DMixingSourceMode
- AVAudio3DMixingPointSourceInHeadMode
- AVAudio3DPoint
- AVAudio3DVector
- AVAudio3DAngularOrientation
- AVAudio3DVectorOrientation
- AVAudioFile
- AVAudioBuffer
- AVAudioTime
-
Audio Settings and Formats
-
AVAudioFormat
- init(standardFormatWithSampleRate:channelLayout:)
- init(standardFormatWithSampleRate:channels:)
- init(commonFormat:sampleRate:channels:interleaved:)
- init(commonFormat:sampleRate:interleaved:channelLayout:)
- init(settings:)
- init(streamDescription:)
- init(streamDescription:channelLayout:)
- init(cmAudioFormatDescription:)
- streamDescription
- isEqual(_:)
- channelCount
- channelLayout
- sampleRate
- formatDescription
- isStandard
- isInterleaved
- commonFormat
- settings
- magicCookie
- AVAudioCommonFormat
- AVAudioChannelLayout
- AVChannelLayoutKey
- Linear PCM Format Settings
- Format Settings
- Sample Rate Conversion Settings
- AVAudioQuality
- Encoder Settings
- AVEncoderBitRateStrategyKey Values
- AVAUDIOENGINE_HAVE_AUAUDIOUNIT
-
AVAudioFormat
-
AVAudioEngine
AVFoundation
-
Media Assets and Metadata
- AVAsset
- AVAssetTrack
- AVURLAsset
- AVFragmentedAsset
- AVFragmentedAssetTrack
- AVFragmentedAssetMinder
- AVMetadataItem
- AVMutableMetadataItem
- AVMetadataItemFilter
- AVMetadataItemValueRequest
- AVAssetExportSession
- AVAssetImageGenerator
- AVAssetResourceLoader
- AVAssetResourceLoadingRequest
- AVAssetResourceRenewalRequest
- AVAssetResourceLoadingRequestor
- AVAssetResourceLoadingDataRequest
- AVAssetResourceLoadingContentInformationRequest
-
Sample-level Reading and Writing
- AVAssetReader
- AVAssetReaderOutput
- AVAssetReaderTrackOutput
- AVAssetReaderAudioMixOutput
- AVAssetReaderVideoCompositionOutput
- AVAssetReaderSampleReferenceOutput
- AVAssetReaderOutputMetadataAdaptor
- AVAssetWriter
- AVAssetWriterDelegate
- AVAssetWriterInput
- AVAssetWriterInputPixelBufferAdaptor
- AVAssetWriterInputMetadataAdaptor
- AVAssetWriterInputGroup
- AVSampleCursor
- AVOutputSettingsAssistant
- Video Settings
-
Media Playback and Selection
- AVPlayer
- AVPlayerItem
- AVPlayerItemTrack
- AVPlayerLayer
- AVQueuePlayer
- AVPlayerLooper
- AVSynchronizedLayer
- Player Item Outputs
-
AVPlayerInterstitialEvent
- init(primaryItem:date:templateItems:restrictions:resumptionOffset:)
- init(primaryItem:time:templateItems:restrictions:resumptionOffset:)
- init(primaryItem:date:interstitialTemplateItems:restrictions:resumptionOffset:)
- init(primaryItem:time:interstitialTemplateItems:restrictions:resumptionOffset:)
- primaryItem
- templateItems
- interstitialTemplateItems
- date
- time
- resumptionOffset
- restrictions
- AVPlayerInterstitialEvent.Restrictions
- AVPlayerInterstitialEventController
- AVPlayerInterstitialEventObserver
- AVMediaSelection
- AVMediaSelectionGroup
- AVMediaSelectionOption
- AVMutableMediaSelection
- AVPlayerMediaSelectionCriteria
- AVMetadataGroup
- AVTimedMetadataGroup
- AVMutableTimedMetadataGroup
- AVDateRangeMetadataGroup
- AVMutableDateRangeMetadataGroup
- AVPlayerItemMediaDataCollector
- AVPlayerItemMetadataCollector
- AVContentKeySession
- AVContentKey
- AVContentKeySpecifier
- AVContentKeyRequest
- AVPersistableContentKeyRequest
- AVContentKeyResponse
- AVAssetDownloadURLSession
- AVAssetDownloadTask
- AVAggregateAssetDownloadTask
- AVAssetCache
- AVAssetDownloadStorageManager
- AVAssetDownloadStorageManagementPolicy
- AVMutableAssetDownloadStorageManagementPolicy
- AVSampleBufferRenderSynchronizer
- AVQueuedSampleBufferRendering
- AVSampleBufferDisplayLayer
- AVSampleBufferAudioRenderer
- AVSampleBufferGenerator
- AVSampleBufferRequest
- AVSampleBufferAttachContentKey(_:_:_:)
- AVRouteDetector
- Media Playback Errors
-
Cameras and Media Capture
- AVCaptureSession
- AVCaptureMultiCamSession
-
AVCaptureDevice
- init(uniqueID:)
- default(for:)
- default(_:for:position:)
- AVCaptureDevice.Position
- AVCaptureDevice.DeviceType
- AVCaptureDevice.DiscoverySession
- devices()
- devices(for:)
- requestAccess(for:completionHandler:)
- authorizationStatus(for:)
- lockForConfiguration()
- unlockForConfiguration()
- AVCaptureDevice.InputSource
- uniqueID
- modelID
- localizedName
- isConnected
- isVirtualDevice
- deviceType
- constituentDevices
- lensAperture
- position
- hasMediaType(_:)
- supportsSessionPreset(_:)
- formats
- activeFormat
- AVCaptureDevice.Format
- exposureDuration
- setExposureModeCustom(duration:iso:completionHandler:)
- exposureTargetOffset
- exposureTargetBias
- minExposureTargetBias
- maxExposureTargetBias
- activeMaxExposureDuration
- setExposureTargetBias(_:completionHandler:)
- currentExposureTargetBias
- currentExposureDuration
- isAdjustingExposure
- exposureMode
- isExposureModeSupported(_:)
- exposurePointOfInterest
- isExposurePointOfInterestSupported
- AVCaptureDevice.ExposureMode
- activeDepthDataFormat
- activeDepthDataMinFrameDuration
- videoZoomFactor
- minAvailableVideoZoomFactor
- maxAvailableVideoZoomFactor
- ramp(toVideoZoomFactor:withRate:)
- isRampingVideoZoom
- cancelVideoZoomRamp()
- virtualDeviceSwitchOverVideoZoomFactors
- focusMode
- isFocusModeSupported(_:)
- focusPointOfInterest
- isFocusPointOfInterestSupported
- isAdjustingFocus
- isSmoothAutoFocusEnabled
- isSmoothAutoFocusSupported
- autoFocusRangeRestriction
- isAutoFocusRangeRestrictionSupported
- AVCaptureDevice.FocusMode
- AVCaptureDevice.AutoFocusRangeRestriction
- hasFlash
- isFlashAvailable
- AVCaptureDevice.FlashMode
- flashMode
- isFlashModeSupported(_:)
- hasTorch
- isTorchAvailable
- isTorchActive
- torchLevel
- maxAvailableTorchLevel
- AVCaptureDevice.TorchMode
- torchMode
- isTorchModeSupported(_:)
- setTorchModeOn(level:)
- isLowLightBoostSupported
- isLowLightBoostEnabled
- automaticallyEnablesLowLightBoostWhenAvailable
- activeVideoMinFrameDuration
- activeVideoMaxFrameDuration
- isSubjectAreaChangeMonitoringEnabled
- lensPosition
- setFocusModeLocked(lensPosition:completionHandler:)
- isLockingFocusWithCustomLensPositionSupported
- currentLensPosition
- isWhiteBalanceModeSupported(_:)
- whiteBalanceMode
- isAdjustingWhiteBalance
- chromaticityValues(for:)
- deviceWhiteBalanceGains
- maxWhiteBalanceGain
- deviceWhiteBalanceGains(for:)
- deviceWhiteBalanceGains(for:)
- grayWorldDeviceWhiteBalanceGains
- setWhiteBalanceModeLocked(with:completionHandler:)
- temperatureAndTintValues(for:)
- isLockingWhiteBalanceWithCustomDeviceGainsSupported
- currentWhiteBalanceGains
- AVCaptureDevice.WhiteBalanceGains
- AVCaptureDevice.WhiteBalanceChromaticityValues
- AVCaptureDevice.WhiteBalanceTemperatureAndTintValues
- AVCaptureDevice.WhiteBalanceMode
- iso
- currentISO
- automaticallyAdjustsVideoHDREnabled
- isVideoHDREnabled
- activeColorSpace
- AVCaptureColorSpace
- isGeometricDistortionCorrectionSupported
- isGeometricDistortionCorrectionEnabled
- extrinsicMatrix(from:to:)
- systemPressureState
- AVCaptureDevice.SystemPressureState
- isGlobalToneMappingEnabled
- isCenterStageEnabled
- isCenterStageActive
- centerStageControlMode
- AVCaptureDevice.CenterStageControlMode
- AVCaptureDeviceInput
- AVCapturePhoto
- AVCapturePhotoOutput
- AVCaptureDepthDataOutput
- AVDepthData
- AVPortraitEffectsMatte
- AVSemanticSegmentationMatte
- AVCaptureMovieFileOutput
- AVCaptureVideoDataOutput
- AVCaptureAudioFileOutput
- AVCaptureAudioDataOutput
- AVMetadataBodyObject
- AVMetadataCatBodyObject
- AVMetadataDogBodyObject
- AVMetadataHumanBodyObject
- AVMetadataSalientObject
- AVCaptureMetadataInput
- AVCaptureMetadataOutput
- AVMetadataFaceObject
- AVMetadataMachineReadableCodeObject
- AVMetadataObject
- AVCaptureDataOutputSynchronizer
- AVCaptureSynchronizedDataCollection
- AVCaptureSynchronizedDepthData
- AVCaptureSynchronizedMetadataObjectData
- AVCaptureSynchronizedSampleBufferData
- AVCaptureSynchronizedData
- AVCaptureVideoPreviewLayer
- AVCaptureAudioPreviewOutput
- AVCaptureScreenInput
- AVCaptureStillImageOutput
- AVCaptureInput
- AVCaptureOutput
- AVCaptureConnection
- AVCaptureAudioChannel
- AVCaptureFileOutput
- AVError
-
Media Composition and Editing
- AVComposition
- AVCompositionTrack
- AVCompositionTrackSegment
- AVMutableComposition
- AVMutableCompositionTrack
- AVMovie
- AVMovieTrack
- AVMutableMovie
- AVMutableMovieTrack
- AVFragmentedMovie
- AVFragmentedMovieTrack
- AVFragmentedMovieMinder
- AVMediaDataStorage
- AVVideoComposition
- AVMutableVideoComposition
- AVVideoCompositionInstruction
- AVVideoCompositionLayerInstruction
- AVMutableVideoCompositionInstruction
- AVMutableVideoCompositionLayerInstruction
- AVVideoCompositionCoreAnimationTool
- AVVideoCompositing
- AVAudioMix
- AVAudioMixInputParameters
- AVMutableAudioMix
- AVMutableAudioMixInputParameters
-
Audio Playback, Recording, and Processing
-
AVAudioSession
- sharedInstance()
- category
- setCategory(_:)
- availableCategories
- AVAudioSession.Category
- categoryOptions
- setCategory(_:options:)
- AVAudioSession.CategoryOptions
- mode
- setMode(_:)
- setCategory(_:mode:options:)
- availableModes
- AVAudioSession.Mode
- routeSharingPolicy
- setCategory(_:mode:policy:options:)
- AVAudioSession.RouteSharingPolicy
- setActive(_:options:)
- activate(options:completionHandler:)
- AVAudioSessionActivationOptions
- setActive(_:withFlags:)
- recordPermission
- requestRecordPermission(_:)
- isOtherAudioPlaying
- secondaryAudioShouldBeSilencedHint
- allowHapticsAndSystemSoundsDuringRecording
- setAllowHapticsAndSystemSoundsDuringRecording(_:)
- promptStyle
- AVAudioSession.PromptStyle
- prefersNoInterruptionsFromSystemAlerts
- setPrefersNoInterruptionsFromSystemAlerts(_:)
- interruptionNotification
-
routeChangeNotification
- AVAudioSessionRouteChangeReasonKey
- AVAudioSessionRouteChangePreviousRouteKey
-
AVAudioSession.RouteChangeReason
- AVAudioSession.RouteChangeReason.unknown
- AVAudioSession.RouteChangeReason.newDeviceAvailable
- AVAudioSession.RouteChangeReason.oldDeviceUnavailable
- AVAudioSession.RouteChangeReason.categoryChange
- AVAudioSession.RouteChangeReason.override
- AVAudioSession.RouteChangeReason.wakeFromSleep
- AVAudioSession.RouteChangeReason.noSuitableRouteForCategory
- AVAudioSession.RouteChangeReason.routeConfigurationChange
- silenceSecondaryAudioHintNotification
- mediaServicesWereLostNotification
- mediaServicesWereResetNotification
- currentRoute
- AVAudioSessionRouteDescription
- isInputAvailable
- availableInputs
- preferredInput
- setPreferredInput(_:)
- AVAudioSessionPortDescription
- inputDataSource
- inputDataSources
- setInputDataSource(_:)
- outputDataSources
- outputDataSource
- setOutputDataSource(_:)
- AVAudioSessionDataSourceDescription
- overrideOutputAudioPort(_:)
- inputIsAvailable
- inputOrientation
- preferredInputOrientation
- setPreferredInputOrientation(_:)
- AVAudioSession.StereoOrientation
- inputNumberOfChannels
- maximumInputNumberOfChannels
- preferredInputNumberOfChannels
- setPreferredInputNumberOfChannels(_:)
- outputNumberOfChannels
- maximumOutputNumberOfChannels
- preferredOutputNumberOfChannels
- setPreferredOutputNumberOfChannels(_:)
- currentHardwareInputNumberOfChannels
- currentHardwareOutputNumberOfChannels
- inputGain
- isInputGainSettable
- setInputGain(_:)
- outputVolume
- sampleRate
- preferredSampleRate
- setPreferredSampleRate(_:)
- inputLatency
- outputLatency
- ioBufferDuration
- preferredIOBufferDuration
- setPreferredIOBufferDuration(_:)
- currentHardwareSampleRate
- preferredHardwareSampleRate
- setPreferredHardwareSampleRate(_:)
- setAggregatedIOPreference(_:)
- AVAudioSession.IOType
-
AVAudioSession.ErrorCode
- AVAudioSession.ErrorCode.none
- AVAudioSession.ErrorCode.mediaServicesFailed
- AVAudioSession.ErrorCode.isBusy
- AVAudioSession.ErrorCode.incompatibleCategory
- AVAudioSession.ErrorCode.cannotInterruptOthers
- AVAudioSession.ErrorCode.missingEntitlement
- AVAudioSession.ErrorCode.siriIsRecording
- AVAudioSession.ErrorCode.cannotStartPlaying
- AVAudioSession.ErrorCode.cannotStartRecording
- AVAudioSession.ErrorCode.badParam
- AVAudioSessionErrorInsufficientPriority
- AVAudioSession.ErrorCode.resourceNotAvailable
- AVAudioSession.ErrorCode.unspecified
- AVAudioSession.ErrorCode.expiredSession
- AVAudioSession.ErrorCode.sessionNotActive
- delegate
- AVAudioSessionDelegate
- AVAudioRoutingArbiter
-
AVAudioPlayer
- init(contentsOf:)
- init(contentsOf:fileTypeHint:)
- init(data:)
- init(data:fileTypeHint:)
- prepareToPlay()
- play()
- play(atTime:)
- pause()
- stop()
- isPlaying
- volume
- setVolume(_:fadeDuration:)
- pan
- enableRate
- rate
- numberOfLoops
- currentTime
- duration
- numberOfChannels
- channelAssignments
- isMeteringEnabled
- updateMeters()
- averagePower(forChannel:)
- peakPower(forChannel:)
- delegate
- AVAudioPlayerDelegate
- url
- data
- format
- settings
- currentDevice
- deviceCurrentTime
-
AVAudioRecorder
- init(url:settings:)
- init(url:format:)
- prepareToRecord()
- record()
- record(atTime:)
- record(forDuration:)
- record(atTime:forDuration:)
- pause()
- stop()
- isRecording
- deleteRecording()
- currentTime
- deviceCurrentTime
- channelAssignments
- isMeteringEnabled
- updateMeters()
- averagePower(forChannel:)
- peakPower(forChannel:)
- delegate
- AVAudioRecorderDelegate
- url
- format
- settings
- AVMIDIPlayer
-
Audio Engine
-
AVAudioEngine
- init()
- attach(_:)
- detach(_:)
- attachedNodes
- inputNode
- outputNode
- mainMixerNode
- connect(_:to:format:)
- connect(_:to:fromBus:toBus:format:)
- disconnectNodeInput(_:)
- disconnectNodeInput(_:bus:)
- disconnectNodeOutput(_:)
- disconnectNodeOutput(_:bus:)
- connectMIDI(_:to:format:block:)
- connectMIDI(_:to:format:block:)
- disconnectMIDI(_:from:)
- disconnectMIDI(_:from:)
- disconnectMIDIInput(_:)
- disconnectMIDIOutput(_:)
- musicSequence
- prepare()
- start()
- isRunning
- pause()
- stop()
- reset()
- enableManualRenderingMode(_:format:maximumFrameCount:)
- disableManualRenderingMode()
- renderOffline(_:to:)
- AVAudioEngineManualRenderingBlock
- manualRenderingBlock
- manualRenderingFormat
- manualRenderingMaximumFrameCount
- manualRenderingMode
- manualRenderingSampleTime
- isAutoShutdownEnabled
- isInManualRenderingMode
- AVAudioConnectionPoint
- connect(_:to:fromBus:format:)
- AVAudioEngineConfigurationChange
- AVAudioEngineManualRenderingError
- AVAudioEngineManualRenderingMode
- AVAudioEngineManualRenderingStatus
-
AVAudioNode
- inputFormat(forBus:)
- name(forInputBus:)
- numberOfInputs
- outputFormat(forBus:)
- name(forOutputBus:)
- numberOfOutputs
- installTap(onBus:bufferSize:format:block:)
- removeTap(onBus:)
- engine
- lastRenderTime
- auAudioUnit
- latency
- outputPresentationLatency
- reset()
- AVAudioNodeTapBlock
- AVAudioNodeCompletionHandler
- AVAudioNodeBus
- AVAudioIONode
- AVAudioInputNode
- AVAudioOutputNode
- AVAudioMixerNode
-
AVAudioMixing
-
AVAudio3DMixing
- obstruction
- occlusion
- position
- rate
- renderingAlgorithm
- reverbBlend
-
AVAudio3DMixingRenderingAlgorithm
- AVAudio3DMixingRenderingAlgorithm.equalPowerPanning
- AVAudio3DMixingRenderingAlgorithm.sphericalHead
- AVAudio3DMixingRenderingAlgorithm.HRTF
- AVAudio3DMixingRenderingAlgorithm.soundField
- AVAudio3DMixingRenderingAlgorithm.stereoPassThrough
- AVAudio3DMixingRenderingAlgorithm.HRTFHQ
- AVAudio3DMixingRenderingAlgorithm.auto
- pointSourceInHeadMode
- sourceMode
- AVAudioStereoMixing
- AVAudioMixingDestination
- destination(forMixer:bus:)
- volume
-
AVAudio3DMixing
-
AVAudioPlayerNode
- init()
- scheduleFile(_:at:completionHandler:)
- scheduleFile(_:at:completionCallbackType:completionHandler:)
- scheduleSegment(_:startingFrame:frameCount:at:completionHandler:)
- scheduleSegment(_:startingFrame:frameCount:at:completionCallbackType:completionHandler:)
- scheduleBuffer(_:at:options:completionHandler:)
- scheduleBuffer(_:completionHandler:)
- scheduleBuffer(_:at:options:completionCallbackType:completionHandler:)
- scheduleBuffer(_:completionCallbackType:completionHandler:)
- AVAudioPlayerNodeCompletionCallbackType
- AVAudioPlayerNodeCompletionHandler
- nodeTime(forPlayerTime:)
- playerTime(forNodeTime:)
- prepare(withFrameCount:)
- play()
- play(at:)
- isPlaying
- pause()
- stop()
- AVAudioPlayerNodeBufferOptions
-
AVAudioSequencer
- init()
- init(audioEngine:)
- write(to:smpteResolution:replaceExisting:)
- AVMusicTrack
- AVMusicTrackLoopCount
- prepareToPlay()
- start()
- stop()
- load(from:options:)
- load(from:options:)
- AVMusicSequenceLoadOptions
- AVMusicTimeStamp
- hostTime(forBeats:error:)
- seconds(forBeats:)
- beats(forHostTime:error:)
- beats(forSeconds:)
- AVBeatRange
- data(withSMPTEResolution:error:)
- currentPositionInBeats
- currentPositionInSeconds
- isPlaying
- rate
- tempoTrack
- tracks
- userInfo
- AVAudioUnitSampler
-
AVAudioUnitMIDIInstrument
- init(audioComponentDescription:)
- sendController(_:withValue:onChannel:)
- sendMIDIEvent(_:data1:)
- sendMIDIEvent(_:data1:data2:)
- sendMIDISysExEvent(_:)
- sendPitchBend(_:onChannel:)
- sendPressure(_:onChannel:)
- sendPressure(forKey:withValue:onChannel:)
- sendProgramChange(_:bankMSB:bankLSB:onChannel:)
- sendProgramChange(_:onChannel:)
- startNote(_:withVelocity:onChannel:)
- stopNote(_:onChannel:)
-
Audio Units
- AVAudioUnit
-
AVAudioUnitComponent
- audioComponent
- audioComponentDescription
- availableArchitectures
- componentURL
- configurationDictionary
- hasCustomView
- hasMIDIInput
- hasMIDIOutput
- manufacturerName
- name
- passesAUVal
- isSandboxSafe
- supportsNumberInputChannels(_:outputChannels:)
- typeName
- version
- versionString
- iconURL
- icon
- localizedTypeName
- allTagNames
- userTagNames
- Audio Unit Type Names
- Audio Unit Manufacturer Name
- AVAudioUnitComponentTagsDidChange
- AVAudioUnitComponentManager
- AVAudioUnitEffect
-
AVAudioUnitEQ
- init(numberOfBands:)
-
AVAudioUnitEQFilterParameters
- bandwidth
- bypass
- filterType
- frequency
- gain
-
AVAudioUnitEQFilterType
- AVAudioUnitEQFilterType.parametric
- AVAudioUnitEQFilterType.lowPass
- AVAudioUnitEQFilterType.highPass
- AVAudioUnitEQFilterType.resonantLowPass
- AVAudioUnitEQFilterType.resonantHighPass
- AVAudioUnitEQFilterType.bandPass
- AVAudioUnitEQFilterType.bandStop
- AVAudioUnitEQFilterType.lowShelf
- AVAudioUnitEQFilterType.highShelf
- AVAudioUnitEQFilterType.resonantLowShelf
- AVAudioUnitEQFilterType.resonantHighShelf
- bands
- globalGain
-
AVAudioUnitDistortion
- loadFactoryPreset(_:)
- preGain
- wetDryMix
-
AVAudioUnitDistortionPreset
- AVAudioUnitDistortionPreset.drumsBitBrush
- AVAudioUnitDistortionPreset.drumsBufferBeats
- AVAudioUnitDistortionPreset.drumsLoFi
- AVAudioUnitDistortionPreset.multiBrokenSpeaker
- AVAudioUnitDistortionPreset.multiCellphoneConcert
- AVAudioUnitDistortionPreset.multiDecimated1
- AVAudioUnitDistortionPreset.multiDecimated2
- AVAudioUnitDistortionPreset.multiDecimated3
- AVAudioUnitDistortionPreset.multiDecimated4
- AVAudioUnitDistortionPreset.multiDistortedFunk
- AVAudioUnitDistortionPreset.multiDistortedCubed
- AVAudioUnitDistortionPreset.multiDistortedSquared
- AVAudioUnitDistortionPreset.multiEcho1
- AVAudioUnitDistortionPreset.multiEcho2
- AVAudioUnitDistortionPreset.multiEchoTight1
- AVAudioUnitDistortionPreset.multiEchoTight2
- AVAudioUnitDistortionPreset.multiEverythingIsBroken
- AVAudioUnitDistortionPreset.speechAlienChatter
- AVAudioUnitDistortionPreset.speechCosmicInterference
- AVAudioUnitDistortionPreset.speechGoldenPi
- AVAudioUnitDistortionPreset.speechRadioTower
- AVAudioUnitDistortionPreset.speechWaves
- AVAudioUnitDelay
-
AVAudioUnitReverb
- loadFactoryPreset(_:)
- wetDryMix
-
AVAudioUnitReverbPreset
- AVAudioUnitReverbPreset.smallRoom
- AVAudioUnitReverbPreset.mediumRoom
- AVAudioUnitReverbPreset.largeRoom
- AVAudioUnitReverbPreset.mediumHall
- AVAudioUnitReverbPreset.largeHall
- AVAudioUnitReverbPreset.plate
- AVAudioUnitReverbPreset.mediumChamber
- AVAudioUnitReverbPreset.largeChamber
- AVAudioUnitReverbPreset.cathedral
- AVAudioUnitReverbPreset.largeRoom2
- AVAudioUnitReverbPreset.mediumHall2
- AVAudioUnitReverbPreset.mediumHall3
- AVAudioUnitReverbPreset.largeHall2
- AVAudioUnitTimeEffect
- AVAudioUnitTimePitch
- AVAudioUnitVarispeed
- AVAudioUnitGenerator
- AVAudioSourceNode
- AVAudioSinkNode
-
AVAudioConverter
- init(from:to:)
- convert(to:error:withInputFrom:)
- convert(to:from:)
- reset()
- channelMap
- dither
- downmix
- inputFormat
- outputFormat
- magicCookie
- maximumOutputPacketSize
- applicableEncodeBitRates
- availableEncodeBitRates
- availableEncodeChannelLayoutTags
- bitRate
- bitRateStrategy
- sampleRateConverterQuality
- sampleRateConverterAlgorithm
- applicableEncodeSampleRates
- availableEncodeSampleRates
- primeInfo
- primeMethod
- AVAudioConverterPrimeInfo
- AVAudioConverterInputStatus
- AVAudioConverterOutputStatus
- AVAudioConverterPrimeMethod
- AVAudioEnvironmentNode
- AVAudioEnvironmentReverbParameters
- AVAudioEnvironmentDistanceAttenuationParameters
- AVAudioEnvironmentOutputType
-
AVAudio3DMixing
- obstruction
- occlusion
- position
- rate
- renderingAlgorithm
- reverbBlend
-
AVAudio3DMixingRenderingAlgorithm
- AVAudio3DMixingRenderingAlgorithm.equalPowerPanning
- AVAudio3DMixingRenderingAlgorithm.sphericalHead
- AVAudio3DMixingRenderingAlgorithm.HRTF
- AVAudio3DMixingRenderingAlgorithm.soundField
- AVAudio3DMixingRenderingAlgorithm.stereoPassThrough
- AVAudio3DMixingRenderingAlgorithm.HRTFHQ
- AVAudio3DMixingRenderingAlgorithm.auto
- pointSourceInHeadMode
- sourceMode
- AVAudio3DMixingSourceMode
- AVAudio3DMixingPointSourceInHeadMode
- AVAudio3DPoint
- AVAudio3DVector
- AVAudio3DAngularOrientation
- AVAudio3DVectorOrientation
- AVAudioFile
- AVAudioBuffer
- AVAudioTime
-
Audio Settings and Formats
-
AVAudioFormat
- init(standardFormatWithSampleRate:channelLayout:)
- init(standardFormatWithSampleRate:channels:)
- init(commonFormat:sampleRate:channels:interleaved:)
- init(commonFormat:sampleRate:interleaved:channelLayout:)
- init(settings:)
- init(streamDescription:)
- init(streamDescription:channelLayout:)
- init(cmAudioFormatDescription:)
- streamDescription
- isEqual(_:)
- channelCount
- channelLayout
- sampleRate
- formatDescription
- isStandard
- isInterleaved
- commonFormat
- settings
- magicCookie
- AVAudioCommonFormat
- AVAudioChannelLayout
- AVChannelLayoutKey
- Linear PCM Format Settings
- Format Settings
- Sample Rate Conversion Settings
- AVAudioQuality
- Encoder Settings
- AVEncoderBitRateStrategyKey Values
- AVAUDIOENGINE_HAVE_AUAUDIOUNIT
-
AVAudioFormat
-
AVAudioEngine
-
AVAudioSession
-
Speech Synthesis
-
AVSpeechUtterance
- init(string:)
- init(attributedString:)
- AVSpeechSynthesisIPANotationAttribute
- voice
- pitchMultiplier
- volume
- prefersAssistiveTechnologySettings
- rate
- AVSpeechUtteranceMinimumSpeechRate
- AVSpeechUtteranceMaximumSpeechRate
- AVSpeechUtteranceDefaultSpeechRate
- preUtteranceDelay
- postUtteranceDelay
- speechString
- attributedSpeechString
- AVSpeechSynthesisVoice
- AVSpeechSynthesizer
-
AVSpeechUtterance
AVKit
- AVPlayerViewController
- AVPlayerView
- AVPictureInPictureController
- AVInterstitialTimeRange
- AVNavigationMarkersGroup
-
VideoPlayer
-
View Modifiers
- edgesIgnoringSafeArea(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(hint:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- colorScheme(_:)
- menuButtonStyle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- contextMenu(_:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- environmentObject(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- handlesExternalEvents(preferring:allowing:)
- listRowPlatterColor(_:)
- pageCommand(value:in:step:)
-
View Modifiers
- AVContentProposalViewController
- AVContentProposal
- AVRoutePickerView
- AVDisplayManager
- AVCaptureView
- AVKitError
Core MIDI
- MIDI Services
- MIDI System Setup
-
MIDI Networking
- MIDINetworkHost
- MIDINetworkConnection
- MIDINetworkSession
- MIDI Capability Inquiry
Core Audio
Core Audio Kit
- AUViewController
- AUAudioUnitViewConfiguration
- AUGenericView
- AUPannerView
- CABTLEMIDIWindowController
- CABTMIDICentralViewController
- CABTMIDILocalPeripheralViewController
- CANetworkBrowserWindowController
- CAInterDeviceAudioViewController
- CAInterAppAudioSwitcherView
- CAInterAppAudioTransportView
Core Haptics
- CHHapticEngine
- CHHapticPattern
- CHHapticEvent
- CHHapticEventParameter
- CHHapticDynamicParameter
- CHHapticParameterCurve
- CHHapticError
Core Media
- CMSampleBuffer
- CMBlockBuffer
-
CMFormatDescription
-
CMFormatDescription
- CMFormatDescription.EqualityMask
-
CMFormatDescription.Extensions
- lexicographicallyPrecedes(_:by:)
- subscript(_:)
- CMFormatDescription.Extensions.Key
-
CMFormatDescription.Extensions.Value
- CMFormatDescription.Extensions.Value.AlphaChannelMode
- CMFormatDescription.Extensions.Value.ChromaLocation
- CMFormatDescription.Extensions.Value.ColorPrimaries
- CMFormatDescription.Extensions.Value.FieldDetail
- CMFormatDescription.Extensions.Value.FontFace
- CMFormatDescription.Extensions.Value.MPEG2VideoProfile
- CMFormatDescription.Extensions.Value.TextDisplayFlags
- CMFormatDescription.Extensions.Value.TextJustification
- CMFormatDescription.Extensions.Value.TransferFunction
- CMFormatDescription.Extensions.Value.Vendor
- CMFormatDescription.Extensions.Value.YCbCrMatrix
- CMFormatDescription.MediaSubType
- CMFormatDescription.MediaType
- CMFormatDescription.ParameterSetCollection
- CMFormatDescription.TimeCode
-
CMFormatDescription
- CMTimebase
- CMBufferQueue
ImageCaptureCore
- ICDeviceBrowser
- ICCameraDevice
- ICCameraItem
- ICCameraFile
- ICCameraFolder
- ICScannerDevice
-
Scanner Configuration
- ICScannerBandData
- ICScannerFeature
- ICScannerFeatureBoolean
- ICScannerFeatureEnumeration
- ICScannerFeatureRange
- ICScannerFeatureTemplate
- ICScannerFunctionalUnit
- ICScannerFunctionalUnitDocumentFeeder
- ICScannerFunctionalUnitFlatbed
- ICScannerFunctionalUnitNegativeTransparency
- ICScannerFunctionalUnitPositiveTransparency
- ICReturn
- ICLegacyReturn
- ICReturnConnectionError
- ICReturnDownloadError
- ICReturnMetadataError
- ICReturnObjectError
- ICReturnPTPDeviceError
- ICReturnThumbnailError
iTunes Library
- ITLibrary
- ITLibAlbum
- ITLibPlaylist
- ITLibMediaItem
- ITLibMediaEntity
- ITLibArtist
- ITLibArtwork
- ITLibMediaItemVideoInfo
Media Library
Media Player
- MPMusicPlayerController
- MPMediaLibrary
- MPMediaQuery
- MPMediaQuerySection
- MPMediaPropertyPredicate
- MPMediaPredicate
- MPMusicPlayerControllerQueue
- MPMusicPlayerControllerMutableQueue
- MPMusicPlayerApplicationController
- MPMusicPlayerMediaItemQueueDescriptor
- MPMusicPlayerStoreQueueDescriptor
- MPMusicPlayerPlayParametersQueueDescriptor
- MPMusicPlayerQueueDescriptor
- MPMediaItem
- MPMediaItemArtwork
- MPMediaItemCollection
- MPMediaPlaylist
- MPMediaPlaylistCreationMetadata
- MPMediaEntity
- MPMediaPickerController
- MPVolumeView
- MPNowPlayingSession
- MPNowPlayingInfoCenter
- MPNowPlayingInfoLanguageOption
- MPNowPlayingInfoLanguageOptionGroup
- Remote Command Center Events
- Track Navigation Events
- Media Playback Mode Events
- Feedback and Rating Events
- MPContentItem
- MPPlayableContentManager
- MPPlayableContentManagerContext
- MPError
- Deprecated Types
- MediaPlayer Constants
Media Setup
QuickLook Thumbnailing
- QLThumbnailGenerator
- QLThumbnailRepresentation
- QLThumbnailProvider
- QLFileThumbnailRequest
- QLThumbnailReply
- QLThumbnailError
PhotoKit
- PHPhotoLibrary
- PHPickerViewController
- PHAsset
- PHAssetCollection
- PHCollection
- PHCollectionList
- PHObject
- PHFetchResult
- PHFetchOptions
- PHImageManager
- PHCachingImageManager
- PHImageRequestOptions
- PHVideoRequestOptions
- PHLivePhotoRequestOptions
- PHLivePhotoView
- PHLivePhoto
- PHAssetResource
- PHAssetCreationRequest
- PHAssetResourceCreationOptions
- PHAssetResourceManager
- PHAssetResourceRequestOptions
- PHEditingExtensionContext
- PHProject
- PHProjectInfo
- PHProjectExtensionContext
- PHProjectElement
- PHProjectSection
- PHProjectRegionOfInterest
- PHProjectChangeRequest
- PHCloudIdentifier
- PHPhotosError
Professional Video Applications
-
FxPlug
- Using Out-of-Process FxPlug Plug-ins
-
Working with Tiled Images
-
FxImageTile
- deviceRegistryID
- eyeType
- field
- fieldOrder
- imageOrigin
- imagePixelBounds
- imageSource
- inversePixelTransform
- ioSurface
- mediaTime
- parameterID
- pixelTransform
- requestError
- tilePixelBounds
- colorSpace
- metalTexture(for:)
- openGLTexture(forContext:)
-
FxError
- kFxError_Success
- kFxError_InvalidParameterID
- kFxError_InvalidParameterChannelIndex
- kFxError_InvalidKeyframeIndex
- kFxError_InvalidTime
- kFxError_InvalidParameter
- kFxError_OutOfMemory
- kFxError_MemoryNotAllocated
- kFxError_OpenGLError
- kFxError_InvalidPathID
- kFxError_InvalidPathIndex
- kFxError_InvalidSegmentIndex
- kFxError_InvalidLightAccess
- kFxError_InvalidPathStyle
- kFxError_APIUnavailable
- kFxError_InvalidDataLength
- kFxError_PluginNotFound
- kFxError_NotYetImplemented
- kFxError_UnableToCreateDynamicRegistrationEndpoint
- kFxError_UnableToInstantiateDynamicRegistrar
- kFxError_LostConnectionToPlugin
- kFxError_AnalysisError
- kFxError_HostUnreachable
- kFxError_NoDocumentFound
- kFxError_NoMediaFolder
- kFxError_UnableToMovePlayhead
- kFxError_UserCancelled
- kFxError_ThirdPartyDeveloperStart
- kFxError_AnalysisExtensionNotFound
- kFxError_NoViewFound
- FxEyeType
- FxImageTileRequestSource
- FxImageTileRequest
-
FxImageTile
-
FxTileableEffect
- init(apiManager:)
- finishInitialSetup()
- pluginInstanceAddedToDocument()
- properties(_:)
- addParameters()
- class(forCustomParameterID:)
- classes(forCustomParameterID:)
- parameterChanged(_:at:)
- sourceTileRect(_:sourceImageIndex:sourceImages:destinationTileRect:destinationImage:pluginState:at:)
- destinationImageRect(_:sourceImages:destinationImage:pluginState:at:)
- pluginState(_:at:quality:)
- scheduleInputs(_:withPluginState:at:)
- renderDestinationImage(_:sourceImages:pluginState:at:)
- FxDepth
- FxField
- FxFieldOrder
- FxPoint2D
- FxPoint3D
- FxQuality
- FxRect
- FxRenderInfo
- FxSize
- FxDrawingCoordinates
-
FxError
- kFxError_Success
- kFxError_InvalidParameterID
- kFxError_InvalidParameterChannelIndex
- kFxError_InvalidKeyframeIndex
- kFxError_InvalidTime
- kFxError_InvalidParameter
- kFxError_OutOfMemory
- kFxError_MemoryNotAllocated
- kFxError_OpenGLError
- kFxError_InvalidPathID
- kFxError_InvalidPathIndex
- kFxError_InvalidSegmentIndex
- kFxError_ThirdPartyDeveloperStart
- kFxRect_Empty
- kFxRect_Infinite
- FxPixelFormat
- FxPlugErrorDomain
- kFxKeyframeInfo_CurrentVersion
- kFxKeyframeInfo_V1
- kFxKeyframeInfo_V2
-
Adding Parameters to Plug-ins
-
FxParameterCreationAPI_v5
- addAngleSlider(withName:parameterID:defaultDegrees:parameterMinDegrees:parameterMaxDegrees:parameterFlags:)
- addColorParameter(withName:parameterID:defaultRed:defaultGreen:defaultBlue:defaultAlpha:parameterFlags:)
- addColorParameter(withName:parameterID:defaultRed:defaultGreen:defaultBlue:parameterFlags:)
- addCustomParameter(withName:parameterID:defaultValue:parameterFlags:)
- addFloatSlider(withName:parameterID:defaultValue:parameterMin:parameterMax:sliderMin:sliderMax:delta:parameterFlags:)
- addFontMenu(withName:parameterID:fontName:parameterFlags:)
- addGradient(withName:parameterID:parameterFlags:)
- addHelpButton(withName:parameterID:selector:parameterFlags:)
- addHistogram(withName:parameterID:parameterFlags:)
- addImageReference(withName:parameterID:parameterFlags:)
- addIntSlider(withName:parameterID:defaultValue:parameterMin:parameterMax:sliderMin:sliderMax:delta:parameterFlags:)
- addPathPicker(withName:parameterID:parameterFlags:)
- addPercentSlider(withName:parameterID:defaultValue:parameterMin:parameterMax:sliderMin:sliderMax:delta:parameterFlags:)
- addPointParameter(withName:parameterID:defaultX:defaultY:parameterFlags:)
- addPopupMenu(withName:parameterID:defaultValue:menuEntries:parameterFlags:)
- addPushButton(withName:parameterID:selector:parameterFlags:)
- addStringParameter(withName:parameterID:defaultValue:parameterFlags:)
- addToggleButton(withName:parameterID:defaultValue:parameterFlags:)
- endParameterSubGroup()
- startParameterSubGroup(_:parameterID:parameterFlags:)
-
FxParameterRetrievalAPI_v6
- getBoolValue(_:fromParameter:at:)
- getCustomParameterValue(_:fromParameter:at:)
- getFloatValue(_:fromParameter:at:)
- getFontName(_:fromParameter:at:)
- getGradientSamples(_:numSamples:depth:fromParameter:at:)
- getHistogramBlack(in:blackOut:whiteIn:whiteOut:gamma:forChannel:fromParameter:at:)
- getIntValue(_:fromParameter:at:)
- getParameterFlags(_:fromParameter:)
- getPathID(_:fromParameter:at:)
- getRedValue(_:greenValue:blueValue:alphaValue:fromParameter:at:)
- getRedValue(_:greenValue:blueValue:fromParameter:at:)
- getStringParameterValue(_:fromParameter:)
- getXValue(_:yValue:fromParameter:at:)
- FxParameterRetrievalAPI_v7
-
FxParameterSettingAPI_v5
- setBoolValue(_:toParameter:at:)
- setCustomParameterValue(_:toParameter:at:)
- setFloatValue(_:toParameter:at:)
- setHistogramBlackIn(_:blackOut:whiteIn:whiteOut:gamma:forChannel:fromParameter:at:)
- setIntValue(_:toParameter:at:)
- setParameterFlags(_:toParameter:)
- setPathID(_:toParameter:at:)
- setRedValue(_:greenValue:blueValue:alphaValue:toParameter:at:)
- setRedValue(_:greenValue:blueValue:toParameter:at:)
- setStringParameterValue(_:toParameter:)
- setXValue(_:yValue:toParameter:at:)
-
FxDynamicParameterAPI_v3
- parameter(_:floatMinimum:maximum:sliderMinimum:sliderMaximum:)
- parameter(_:intMinimum:maximum:sliderMinimum:sliderMaximum:)
- parameter(_:name:)
- parameterCount()
- parameterID(at:)
- removeParameter(_:)
- setAsDefaultsAt(_:)
- setParameter(_:floatMinimum:maximum:sliderMinimum:sliderMaximum:)
- setParameter(_:intMinimum:maximum:sliderMinimum:sliderMaximum:)
- setParameter(_:name:)
- setPopupMenuParameter(_:entries:defaultValue:)
- FxCustomParameterViewHost_v2
- FxCustomParameterActionAPI_v4
- FxCustomParameterInterpolation_v2
- FxParameterFlags
- FxHistogramChannel
-
FxParameterCreationAPI_v5
-
Adding Onscreen Controls to Plug-ins
-
FxOnScreenControl_v4
- drawOSC(withWidth:height:activePart:destinationImage:at:)
- drawingCoordinates()
- hitTestOSC(atMousePositionX:mousePositionY:activePart:at:)
- keyDown(atPositionX:positionY:keyPressed:modifiers:forceUpdate:didHandle:at:)
- keyUp(atPositionX:positionY:keyPressed:modifiers:forceUpdate:didHandle:at:)
- mouseDown(atPositionX:positionY:activePart:modifiers:forceUpdate:at:)
- mouseDragged(atPositionX:positionY:activePart:modifiers:forceUpdate:at:)
- mouseEntered(atPositionX:positionY:modifiers:forceUpdate:at:)
- mouseExited(atPositionX:positionY:modifiers:forceUpdate:at:)
- mouseMoved(atPositionX:positionY:activePart:modifiers:forceUpdate:at:)
- mouseUp(atPositionX:positionY:activePart:modifiers:forceUpdate:at:)
- FxOnScreenControlAPI
- FxOnScreenControlAPI_v2
- FxOnScreenControlAPI_v3
- FxOnScreenControlAPI_v4
- FxModifierKeys
-
FxOnScreenControl_v4
-
FxPathAPI_v3
- numberOfPaths(at:)
- pathID(_:for:)
- name(_:ofPath:)
- isPath(_:open:at:)
- isPath(_:inverted:at:)
- style(_:ofPath:)
- length(_:ofPath:at:)
- length(_:ofSegment:ofPath:at:)
- number(ofVertices:inPath:at:)
- vertex(_:at:ofPath:at:)
- point(_:atPercentageOfDistance:alongPath:at:)
- point(_:atPercentageOfParameter:alongPath:at:)
- blendMode(_:ofPath:)
- pathGeometryInfo(_:forPath:at:)
- setPath(_:toColor:)
- FxPathGeometryInfo
- FxVertex
- FxPathBlendMode
- FxPathColor
- FxPathID
- FxPathStyle
- FxUndoAPI
-
FxCommandAPI
- perform(_:)
- FxCommandHandler
-
FxCommand
- FxCommand.previousFrame
- FxCommand.nextFrame
- FxCommand.previousEdit
- FxCommand.nextEdit
- FxCommand.previousMarker
- FxCommand.nextMarker
- FxCommand.previousKeyframe
- FxCommand.nextKeyframe
- FxCommand.reversePlayback
- FxCommand.pausePlayback
- FxCommand.forwardPlayback
- FxCommand.togglePlayback
- FxCommand.undo
- FxCommand.redo
- FxCommand.toggleWaveforms
- FxCommand.toggleInspectorHeight
- FxCommand.toggleSidebar
- FxCommand.toggleEvents
- FxCommand.preferences
- kKeyChar_UpArrow
- kKeyChar_LeftArrow
- kKeyChar_DownArrow
- kKeyChar_RightArrow
- kKey_Command
- kKey_Character
- kKey_Modifiers
- FxCommandAPI_v2
- FxRemoteWindowAPI
- Fx3DAPI_v5
-
FxLightingAPI_v3
- lightInfo(_:forLight:at:)
- numberOfLights(at:)
-
FxLight
- version
- time
- lightType
- color
- intensity
- constantAttenuation
- linearAttenuation
- quadraticAttenuation
- castsShadows
- spotCutoff
- spotPenumbraCutoff
- position
- direction
- init()
- init(version:time:lightType:color:intensity:constantAttenuation:linearAttenuation:quadraticAttenuation:castsShadows:spotCutoff:spotPenumbraCutoff:position:direction:)
- kFxLight_V3
- FxLight_CurrentVersion
-
FxLight
- version
- time
- lightType
- color
- intensity
- constantAttenuation
- linearAttenuation
- quadraticAttenuation
- castsShadows
- spotCutoff
- spotPenumbraCutoff
- position
- direction
- init()
- init(version:time:lightType:color:intensity:constantAttenuation:linearAttenuation:quadraticAttenuation:castsShadows:spotCutoff:spotPenumbraCutoff:position:direction:)
- FxLightType
- FxMatrix44
- FxColorGamutAPI
- FxColorGamutAPI_v2
-
FxTimingAPI_v4
- frameDuration(_:)
- sampleDuration(_:)
- startTime(forEffect:)
- durationTime(forEffect:)
- startTimeOfInput(toFilter:)
- durationTimeOfInput(toFilter:)
- start(_:ofImageParameter:)
- durationTime(_:ofImageParameter:)
- inPointTimeOfTimeline(forEffect:)
- outPointTimeOfTimeline(forEffect:)
- timelineTime(_:fromInputTime:)
- timelineTime(_:fromImageTime:forParameterID:)
- inputTime(_:fromTimelineTime:)
- imageTime(_:forParameterID:fromTimelineTime:)
- fieldOrderForInput(toFilter:)
- timelineFpsNumerator(for:)
- timelineFpsDenominator(for:)
- kFxDuration_Undefined
-
FxKeyframeAPI_v3
- add(_:toParameter:andChannel:)
- channelCount(_:forParameter:)
- keyframe(_:atOrAfter:fromParameter:andChannel:)
- keyframe(_:atOrBefore:fromParameter:andChannel:)
- keyframe(_:forParameter:channel:andIndex:)
- keyframeCount(_:forParameter:andChannel:)
- parameter(_:channel:hasKeyframe:at:)
- removeAllKeyframes(forParameter:andChannel:)
- removeKeyframe(at:fromParameter:andChannel:)
- setKeyframeIndex(_:with:forParameter:andChannel:)
-
FxKeyframe
- version
- time
- segmentStyle
- inTangentX
- inTangentY
- outTangentX
- outTangentY
- init()
- init(version:time:segmentStyle:inTangentX:inTangentY:outTangentX:outTangentY:)
-
FxKeyframeSegmentStyle
- FxKeyframeSegmentStyle.constant
- FxKeyframeSegmentStyle.linear
- FxKeyframeSegmentStyle.bezier
- FxKeyframeSegmentStyle.continuous
- FxKeyframeSegmentStyle.easeInNext
- FxKeyframeSegmentStyle.easeOutCurrent
- FxKeyframeSegmentStyle.easeOutCurrentEaseInNext
- FxKeyframeSegmentStyle.exponential
- FxKeyframeSegmentStyle.logarithmic
-
FxKeyframeStyle
- kFxKeyframeStyle_Constant
- kFxKeyframeStyle_Linear
- kFxKeyframeStyle_Quadratic
- kFxKeyframeStyle_Cubic
- kFxKeyframeStyle_Bezier
- kFxKeyframeStyle_EaseIn
- kFxKeyframeStyle_EaseOut
- kFxKeyframeStyle_BSpline
- kFxKeyframeStyle_XSpline
- kFxKeyframeStyle_Exponential
- kFxKeyframeStyle_Logarithmic
- kFxKeyframeStyle_Mixed
- kFxKeyframeStyle_All
- kFxKeyframe_V3
- kFxKeyframe_CurrentVersion
- FxAnalysisAPI
-
FxAnalyzer
- desiredAnalysisTimeRange(_:forInputWith:)
- setupAnalysis(for:frameDuration:)
- analyzeFrame(_:at:)
- cleanupAnalysis()
- FxAnalysisState
- FxProjectAPI
- FxVersioningAPI
- Deprecated APIs
Screen Saver
Sound Analysis
- SNAudioFileAnalyzer
- SNAudioStreamAnalyzer
- SNClassifySoundRequest
- SNClassificationResult
- SNClassification
- SNError
Video Toolbox
VisionKit
Video Subscriber Account
- VSAccountManager
- VSSubscription
- VSSubscriptionRegistrationCenter
- VSError
- VSAccountApplicationProvider
Apple Archive
- ArchiveHeader
InputMethodKit
CryptoTokenKit
- TKSmartCardSlotManager
- TKSmartCardSlot
- TKSmartCard
- TKSmartCardTokenDriver
- TKSmartCardToken
- TKSmartCardTokenSession
- TKTokenWatcher
- TKTokenDriver
- TKToken
- TKTokenSession
- TKError
Network Extension
- Wi-Fi Configuration
- Hotspot Helper
- Personal VPN
- Packet Tunnel Provider
-
App Proxy Provider
- NEAppProxyProvider
- NETunnelProvider
- NEProvider
- NETunnelNetworkSettings
- NEAppProxyTCPFlow
- NEAppProxyUDPFlow
- NEAppProxyFlow
- NEFlowMetaData
- In-Provider Networking
- NEAppProxyProviderManager
- NETunnelProviderManager
- NEVPNManager
- NETunnelProviderProtocol
- NEAppRule
- VPN On Demand Rules
- NETunnelProviderSession
- NEVPNConnection
- NETransparentProxyManager
- NETransparentProxyNetworkSettings
- NENetworkRule
-
Content Filter Providers
- NEFilterDataProvider
- NEFilterControlProvider
- NEFilterPacketProvider
- NEFilterProvider
- NEFilterBrowserFlow
- NEFilterSocketFlow
- NEFilterFlow
- NEFilterNewFlowVerdict
- NEFilterDataVerdict
- NEFilterControlVerdict
- NEFilterRemediationVerdict
- NEFilterVerdict
- NEFilterReport
- NEFilterManager
- NEFilterProviderConfiguration
- DNS Settings
- DNS Proxy Provider
- Local Push Connectivity
- NETransparentProxyProvider
NetworkingDriverKit
IOSurface
Collaboration
IOBluetooth
- IOBluetoothDevice
- IOBluetoothDeviceInquiry
- IOBluetoothDevicePair
- IOBluetoothHandsFree
- IOBluetoothHandsFreeAudioGateway
- IOBluetoothHandsFreeDevice
- IOBluetoothHostController
- IOBluetoothL2CAPChannel
- IOBluetoothOBEXSession
- IOBluetoothObject
- IOBluetoothRFCOMMChannel
- IOBluetoothSDPDataElement
- IOBluetoothSDPServiceAttribute
- IOBluetoothSDPServiceRecord
- IOBluetoothSDPUUID
- IOBluetoothUserNotification
- OBEXFileTransferServices
- OBEXSession
- IOBluetoothUtilities.h
- IOBluetooth Structures
- IOBluetooth Constants
- IOBluetooth Functions
Security Foundation
Exception Handling
Disk Arbitration
Security Interface
- SFAuthorizationPluginView
-
SFAuthorizationView
- authorizationViewShouldDeauthorize(_:)
- authorizationViewCreatedAuthorization(_:)
- authorizationViewDidAuthorize(_:)
- authorizationViewDidDeauthorize(_:)
- authorizationViewDidHide(_:)
- authorizationViewReleasedAuthorization(_:)
- authorization()
- authorizationRights()
- authorizationState()
- authorize(_:)
- deauthorize(_:)
- delegate()
- isEnabled()
- setAuthorizationRights(_:)
- setAutoupdate(_:)
- setAutoupdate(_:interval:)
- setDelegate(_:)
- setEnabled(_:)
- setFlags(_:)
- setString(_:)
- updateStatus(_:)
-
SFCertificatePanel
- certificatePanelShowHelp(_:)
- beginSheet(for:modalDelegate:didEnd:contextInfo:certificates:showGroup:)
- beginSheet(for:modalDelegate:didEnd:contextInfo:trust:showGroup:)
- certificateView()
- helpAnchor()
- policies()
- runModal(for:showGroup:)
- runModal(forCertificates:showGroup:)
- setAlternateButtonTitle(_:)
- setDefaultButtonTitle(_:)
- setHelpAnchor(_:)
- setPolicies(_:)
- setShowsHelp(_:)
- showsHelp()
- shared()
- SFCertificateTrustPanel
- SFCertificateView
-
SFChooseIdentityPanel
- chooseIdentityPanelShowHelp(_:)
- beginSheet(for:modalDelegate:didEnd:contextInfo:identities:message:)
- domain()
- helpAnchor()
- identity()
- informativeText()
- policies()
- runModal(forIdentities:message:)
- setAlternateButtonTitle(_:)
- setDefaultButtonTitle(_:)
- setDomain(_:)
- setHelpAnchor(_:)
- setInformativeText(_:)
- setPolicies(_:)
- setShowsHelp(_:)
- showsHelp()
- shared()
- SFChooseIdentityTableCellView
- SFKeychainSavePanel
- SFKeychainSettingsPanel
- SFAuthorizationViewState
- SFButtonType
- SFViewType
SerialDriverKit
IOBluetooth UI
- IOBluetoothAccessibilityIgnoredImageCell
- IOBluetoothAccessibilityIgnoredTextFieldCell
- IOBluetoothDeviceSelectorController
- IOBluetoothObjectPushUIController
- IOBluetoothPairingController
- IOBluetoothPasskeyDisplay
- IOBluetoothServiceBrowserController
- IOBluetoothUI Constants
- BluetoothKeyboardReturnType
System Configuration
Accelerate
- BNNS
- vImage
- vDSP
- simd
- Sparse Solvers
- vecLib
- BLAS
vmnet
- interface_desc XPC Dictionary Keys
- interface_param XPC Dictionary Keys
- event XPC Dictionary
-
vmnet Constants
- vmnet_allocate_mac_address_key
- vmnet_enable_isolation_key
- vmnet_enable_tso_key
- vmnet_end_address_key
- vmnet_host_ip_address_key
- vmnet_host_ipv6_address_key
- vmnet_host_subnet_mask_key
- vmnet_nat66_prefix_key
- vmnet_nat66_prefix_length_key
- vmnet_network_identifier_key
- vmnet_shared_interface_name_key
- vmnet_start_address_key
- vmnet_subnet_mask_key
Open Directory
- ODAttributeMap
- ODConfiguration
- ODMappings
- ODModuleEntry
- ODNode
- ODQuery
- ODRecord
- ODRecordMap
- ODSession
FWAUserLib
-
FWAUserLib.h
- FWACreateFWAudioMIDIDeviceNub(_:_:_:_:_:_:_:_:_:)
- FWACreateFWAudioPlug(_:_:_:_:_:_:)
- FWASetFWAudioMIDIPlugProperty(_:_:_:_:)
- FWASetFWAudioPlugProperty(_:_:_:_:)
- FWASetPluginPath(_:_:_:_:_:)
- FWACreateFWAudioDevice(_:_:_:_:_:)
- FWACreateFWAudioMIDIPlug(_:_:_:_:_:_:)
- FWACreateFWAudioStream(_:_:_:_:_:_:_:_:)
- FWAGetDeviceName(_:_:)
- FWAGetVendorName(_:_:)
- FWAUserLib Structures
Hypervisor
- Apple Silicon
-
Intel-based Mac
-
vCPU Management
- hv_vcpu_create(_:_:_:)
- vCPU Creation Behavior
-
Model-Specific Registers
- HV_MSR_IA32_ARCH_CAPABILITIES
- HV_MSR_IA32_A_PMC0
- HV_MSR_IA32_A_PMC7
- HV_MSR_IA32_CSTAR
- HV_MSR_IA32_DEBUGCTL
- HV_MSR_IA32_EFER
- HV_MSR_IA32_FIXED_CTR0
- HV_MSR_IA32_FIXED_CTR1
- HV_MSR_IA32_FIXED_CTR2
- HV_MSR_IA32_FIXED_CTR3
- HV_MSR_IA32_FIXED_CTR_CTRL
- HV_MSR_IA32_FLUSH_CMD
- HV_MSR_IA32_FMASK
- HV_MSR_IA32_FS_BASE
- HV_MSR_IA32_GS_BASE
- HV_MSR_IA32_KERNEL_GS_BASE
- HV_MSR_IA32_LSTAR
- HV_MSR_IA32_PERFEVNTSEL0
- HV_MSR_IA32_PERFEVNTSEL7
- HV_MSR_IA32_PERF_GLOBAL_CTRL
- HV_MSR_IA32_PERF_GLOBAL_INUSE
- HV_MSR_IA32_PERF_GLOBAL_STATUS
- HV_MSR_IA32_PERF_GLOBAL_STATUS_RESET
- HV_MSR_IA32_PERF_GLOBAL_STATUS_SET
- HV_MSR_IA32_PMC0
- HV_MSR_IA32_PMC7
- HV_MSR_IA32_PRED_CMD
- HV_MSR_IA32_SPEC_CTRL
- HV_MSR_IA32_STAR
- HV_MSR_IA32_SYSENTER_CS
- HV_MSR_IA32_SYSENTER_EIP
- HV_MSR_IA32_SYSENTER_ESP
- HV_MSR_IA32_TSC
- HV_MSR_IA32_TSC_AUX
- HV_MSR_IA32_XSS
- HV_MSR_LASTBRANCH_0_FROM_IP
- HV_MSR_LASTBRANCH_0_TO_IP
- HV_MSR_LASTBRANCH_31_FROM_IP
- HV_MSR_LASTBRANCH_31_TO_IP
- HV_MSR_LASTBRANCH_INFO_0
- HV_MSR_LASTBRANCH_INFO_31
- HV_MSR_LASTBRANCH_TOS
- HV_MSR_LASTINT_FROM_IP
- HV_MSR_LASTINT_TO_IP
- HV_MSR_LBR_SELECT
- HV_MSR_PERF_METRICS
- Memory Management
- Virtual Machine Control Structure (VMCS)
- hv_vm_add_pio_notifier(_:_:_:_:_:)
- hv_vm_remove_pio_notifier(_:_:_:_:_:)
- hv_ion_message_t
- hv_ion_flags_t
- I/O Notifier Flags
- hv_tsc_clock()
- hv_vcpu_set_tsc_relative(_:_:)
-
vCPU Management
- Hypervisor Structures
Core Services
- Apple Events
-
Carbon Core
- Carbon Core Structures
-
Carbon Core Functions
- UTCreateStringForOSType(_:)
- UTGetOSTypeFromString(_:)
- UTTypeConformsTo(_:_:)
- UTTypeCopyAllTagsWithClass(_:_:)
- UTTypeCopyDeclaration(_:)
- UTTypeCopyDescription(_:)
- UTTypeCopyPreferredTagWithClass(_:_:)
- UTTypeCreateAllIdentifiersForTag(_:_:_:)
- UTTypeCreatePreferredIdentifierForTag(_:_:_:)
- UTTypeEqual(_:_:)
- UTTypeIsDeclared(_:)
- UTTypeIsDynamic(_:)
- vAEBuildAppleEvent(_:_:_:_:_:_:_:_:_:_:_:)
- vAEBuildDesc(_:_:_:_:)
- vAEBuildParameters(_:_:_:_:)
Finder Sync
Local Authentication
IOKit
-
IOKitLib.h
- IOBSDNameMatching(_:_:_:)
- IOObjectConformsTo(_:_:)
- IOObjectGetClass(_:_:)
- IORegistryCreateIterator(_:_:_:_:)
- IORegistryEntryCreateIterator(_:_:_:_:)
- IORegistryEntryFromPath(_:_:)
- IORegistryEntryGetChildEntry(_:_:_:)
- IORegistryEntryGetChildIterator(_:_:_:)
- IORegistryEntryGetLocationInPlane(_:_:_:)
- IORegistryEntryGetName(_:_:)
- IORegistryEntryGetNameInPlane(_:_:_:)
- IORegistryEntryGetParentEntry(_:_:_:)
- IORegistryEntryGetParentIterator(_:_:_:)
- IORegistryEntryGetPath(_:_:_:)
- IORegistryEntryInPlane(_:_:)
- IORegistryEntrySearchCFProperty(_:_:_:_:_:)
- IOServiceAddInterestNotification(_:_:_:_:_:_:)
- IOServiceAddMatchingNotification(_:_:_:_:_:_:)
- IOServiceMatching(_:)
- IOServiceNameMatching(_:)
- IOKit Structures
-
IOKit Functions
- IOCFUnserialize(_:_:_:_:)
- IOCFUnserializeBinary(_:_:_:_:_:)
- IOCFUnserializeWithSize(_:_:_:_:_:)
- IOCatalogueGetData(_:_:_:_:)
- IOCatalogueModuleLoaded(_:_:)
- IOCatalogueSendData(_:_:_:_:)
- IOCatalogueTerminate(_:_:_:)
- IOOpenFirmwarePathMatching(_:_:_:)
- IORegistryEntryCopyPath(_:_:)
- IORegistryEntryGetProperty(_:_:_:_:)
- IOServiceAddNotification(_:_:_:_:_:_:)
- IOServiceOFPathToBSDName(_:_:_:)
- IOKit Data Types
Core Bluetooth
- CBCentral
- CBCentralManager
- CBPeripheral
- CBPeripheralManager
- CBAttribute
- CBService
- CBMutableService
- CBCharacteristic
- CBMutableCharacteristic
- CBDescriptor
- CBMutableDescriptor
- CBManager
- CBATTRequest
- CBPeer
- CBUUID
- CBError
- CBError.Code
- CBATTError
Security
- Password AutoFill
- Authorization Services
-
Keychain Services
- Keychain Items
- Keychains
- Access Control Lists
- Preventing Insecure Network Connections
- ASN.1
- Common Security Services Manager
- Secure Transport
- Security Functions
Core Telephony
- CTCarrier
- CTTelephonyNetworkInfo
- CTCellularPlanProvisioning
- CTCellularPlanProvisioningRequest
- CTSubscriber
- CTSubscriberInfo
- CTCellularData
- CTCall
- CTCallCenter
Objective-C Runtime
-
NSObject
- UIAccessibility
- NSKeyValueObserving
- WebScripting
- authorizationViewCreatedAuthorization(_:)
- authorizationViewDidAuthorize(_:)
- authorizationViewDidDeauthorize(_:)
- authorizationViewDidHide(_:)
- authorizationViewReleasedAuthorization(_:)
- authorizationViewShouldDeauthorize(_:)
- certificatePanelShowHelp(_:)
- chooseIdentityPanelShowHelp(_:)
-
Objective-C Runtime
- class_getName(_:)
- class_getInstanceVariable(_:_:)
- class_getClassVariable(_:_:)
- class_addIvar(_:_:_:_:_:)
- class_getProperty(_:_:)
- class_addMethod(_:_:_:_:)
- class_replaceMethod(_:_:_:_:)
- class_addProperty(_:_:_:_:)
- class_replaceProperty(_:_:_:_:)
- objc_allocateClassPair(_:_:_:)
- objc_duplicateClass(_:_:_:)
- object_getClassName(_:)
- objc_lookUpClass(_:)
- objc_getClass(_:)
- objc_getRequiredClass(_:)
- objc_getMetaClass(_:)
- ivar_getName(_:)
- ivar_getTypeEncoding(_:)
- method_getTypeEncoding(_:)
- method_copyReturnType(_:)
- method_copyArgumentType(_:_:)
- method_getReturnType(_:_:_:)
- method_getArgumentType(_:_:_:_:)
- objc_copyImageNames(_:)
- class_getImageName(_:)
- objc_copyClassNamesForImage(_:_:)
- sel_getName(_:)
- sel_registerName(_:)
- sel_getUid(_:)
- objc_getProtocol(_:)
- objc_allocateProtocol(_:)
- protocol_addMethodDescription(_:_:_:_:_:)
- protocol_addProperty(_:_:_:_:_:_:)
- protocol_getName(_:)
- protocol_getProperty(_:_:_:_:)
- property_getName(_:)
- property_getAttributes(_:)
- property_copyAttributeValue(_:_:)
- objc_method_description
- objc_property_attribute_t
- Objective-C Structures
-
Objective-C Functions
- class_addIvar(_:_:_:_:_:)
- class_addMethod(_:_:_:_:)
- class_addProperty(_:_:_:_:)
- class_getClassVariable(_:_:)
- class_getImageName(_:)
- class_getInstanceVariable(_:_:)
- class_getName(_:)
- class_getProperty(_:_:)
- class_replaceMethod(_:_:_:_:)
- class_replaceProperty(_:_:_:_:)
- ivar_getName(_:)
- ivar_getTypeEncoding(_:)
- method_copyArgumentType(_:_:)
- method_copyReturnType(_:)
- method_getArgumentType(_:_:_:_:)
- method_getReturnType(_:_:_:)
- method_getTypeEncoding(_:)
- objc_allocateClassPair(_:_:_:)
- objc_allocateProtocol(_:)
- objc_copyClassNamesForImage(_:_:)
- objc_copyImageNames(_:)
- objc_duplicateClass(_:_:_:)
- objc_getClass(_:)
- objc_getMetaClass(_:)
- objc_getProtocol(_:)
- objc_getRequiredClass(_:)
- objc_lookUpClass(_:)
- object_getClassName(_:)
- property_copyAttributeValue(_:_:)
- property_getAttributes(_:)
- property_getName(_:)
- protocol_addMethodDescription(_:_:_:_:_:)
- protocol_addProperty(_:_:_:_:_:_:)
- protocol_getName(_:)
- protocol_getProperty(_:_:_:_:)
- sel_getName(_:)
- sel_getUid(_:)
- sel_registerName(_:)
- Objective-C Data Types
Dispatch
- DispatchQueue
- DispatchWorkItem
- DispatchGroup
- DispatchSource
- DispatchIO
- DispatchData
- DispatchDataIterator
- DispatchSemaphore
- DispatchObject
- Deprecated Symbols
XPC
- XPC Connections
-
XPC Objects
- xpc_type_get_name(_:)
- xpc_copy_description(_:)
- xpc_array_get_string(_:_:)
- xpc_array_set_string(_:_:_:)
- xpc_dictionary_create(_:_:_:)
- xpc_dictionary_create_connection(_:_:)
- xpc_dictionary_set_value(_:_:_:)
- xpc_dictionary_get_value(_:_:)
- xpc_dictionary_apply(_:_:)
- xpc_dictionary_dup_fd(_:_:)
- xpc_dictionary_get_array(_:_:)
- xpc_dictionary_get_bool(_:_:)
- xpc_dictionary_get_data(_:_:_:)
- xpc_dictionary_get_date(_:_:)
- xpc_dictionary_get_dictionary(_:_:)
- xpc_dictionary_get_double(_:_:)
- xpc_dictionary_get_int64(_:_:)
- xpc_dictionary_get_string(_:_:)
- xpc_dictionary_get_uint64(_:_:)
- xpc_dictionary_get_uuid(_:_:)
- xpc_dictionary_set_bool(_:_:_:)
- xpc_dictionary_set_connection(_:_:_:)
- xpc_dictionary_set_data(_:_:_:_:)
- xpc_dictionary_set_date(_:_:_:)
- xpc_dictionary_set_double(_:_:_:)
- xpc_dictionary_set_fd(_:_:_:)
- xpc_dictionary_set_int64(_:_:_:)
- xpc_dictionary_set_string(_:_:_:)
- xpc_dictionary_set_uint64(_:_:_:)
- xpc_dictionary_set_uuid(_:_:_:)
- xpc_dictionary_applier_t
- xpc_string_create(_:)
- xpc_string_create_with_format_and_arguments(_:_:)
- xpc_string_get_string_ptr(_:)
- XPC_ERROR_KEY_DESCRIPTION
- xpc_set_event_stream_handler(_:_:_:)
- XPC_EVENT_KEY_NAME
- XPC Activity
- Constants
Core WLAN
- CWChannel
- CWConfiguration
- CWInterface
- CWMutableConfiguration
- CWMutableNetworkProfile
- CWNetwork
- CWNetworkProfile
- CWWiFiClient
os
GSS
External Accessory
- EAAccessoryManager
- EAAccessory
- EASession
- EAWiFiUnconfiguredAccessoryBrowser
- EAWiFiUnconfiguredAccessory
dnssd
Core NFC
- NFCNDEFReaderSession
- NFCTagReaderSession
- NFCVASReaderSession
- NFCReaderSession
- Near Field Communication Tag Reader Session Formats Entitlement
- NFCISO7816Tag
- NFCTagCommandConfiguration
- NFCNDEFMessage
- NFCNDEFPayload
- NFCReaderError
Authentication Services
- ASAuthorizationAppleIDProvider
- ASAuthorizationController
- ASAuthorizationAppleIDCredential
- Password AutoFill
- ASAuthorizationPasswordProvider
- ASPasswordCredential
- ASAccountAuthenticationModificationController
- ASAccountAuthenticationModificationViewController
- ASAccountAuthenticationModificationExtensionContext
- ASWebAuthenticationSession
- ASAuthorizationSingleSignOnProvider
- ASAuthorizationSingleSignOnCredential
- ASAuthorizationProviderExtensionAuthorizationRequestHandler
- AutoFill Credential Provider Entitlement
- ASCredentialProviderViewController
- ASWebAuthenticationSessionWebBrowserSessionManager
-
SignInWithAppleButton
- SignInWithAppleButton.Body
- init(_:onRequest:onCompletion:)
- body
- accentColor(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(addTraits:)
- accessibility(hidden:)
- accessibility(hint:)
- accessibility(identifier:)
- accessibility(inputLabels:)
- accessibility(label:)
- accessibility(removeTraits:)
- accessibility(selectionIdentifier:)
- accessibility(sortPriority:)
- accessibility(value:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAction(named:_:)
- accessibilityAction(named:_:)
- accessibilityActivationPoint(_:)
- accessibilityActivationPoint(_:)
- accessibilityAddTraits(_:)
- accessibilityAdjustableAction(_:)
- accessibilityElement(children:)
- accessibilityHidden(_:)
- accessibilityHint(_:)
- accessibilityHint(_:)
- accessibilityHint(_:)
- accessibilityIdentifier(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityInputLabels(_:)
- accessibilityInputLabels(_:)
- accessibilityInputLabels(_:)
- accessibilityLabel(_:)
- accessibilityLabel(_:)
- accessibilityLabel(_:)
- accessibilityLabeledPair(role:id:in:)
- accessibilityLinkedGroup(id:in:)
- accessibilityRemoveTraits(_:)
- accessibilityScrollAction(_:)
- accessibilitySortPriority(_:)
- accessibilityValue(_:)
- accessibilityValue(_:)
- accessibilityValue(_:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- alert(isPresented:content:)
- alert(item:content:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- allowsHitTesting(_:)
- allowsTightening(_:)
- anchorPreference(key:value:transform:)
- animation(_:)
- animation(_:value:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- autocapitalization(_:)
- background(_:alignment:)
- backgroundPreferenceValue(_:_:)
- blendMode(_:)
- blur(radius:opaque:)
- border(_:width:)
- brightness(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- clipShape(_:style:)
- clipped(antialiased:)
- colorInvert()
- colorMultiply(_:)
- colorScheme(_:)
- compositingGroup()
- contentShape(_:eoFill:)
- contextMenu(_:)
- contextMenu(menuItems:)
- contrast(_:)
- coordinateSpace(name:)
- cornerRadius(_:antialiased:)
- datePickerStyle(_:)
- defaultAppStorage(_:)
- deleteDisabled(_:)
- disableAutocorrection(_:)
- disabled(_:)
- drawingGroup(opaque:colorMode:)
- edgesIgnoringSafeArea(_:)
- environment(_:_:)
- environmentObject(_:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileExporter(isPresented:documents:contentType:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)
- fileImporter(isPresented:allowedContentTypes:onCompletion:)
- fileMover(isPresented:file:onCompletion:)
- fileMover(isPresented:files:onCompletion:)
- fixedSize()
- fixedSize(horizontal:vertical:)
- flipsForRightToLeftLayoutDirection(_:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- font(_:)
- foregroundColor(_:)
- frame()
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame(width:height:alignment:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- gesture(_:including:)
- grayscale(_:)
- groupBoxStyle(_:)
- handlesExternalEvents(preferring:allowing:)
- help(_:)
- help(_:)
- help(_:)
- hidden()
- highPriorityGesture(_:including:)
- hoverEffect(_:)
- hueRotation(_:)
- id(_:)
- ignoresSafeArea(_:edges:)
- imageScale(_:)
- indexViewStyle(_:)
- itemProvider(_:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- keyboardType(_:)
- labelStyle(_:)
- labelsHidden()
- layoutPriority(_:)
- lineLimit(_:)
- lineSpacing(_:)
- listItemTint(_:)
- listItemTint(_:)
- listRowBackground(_:)
- listRowInsets(_:)
- listRowPlatterColor(_:)
- listStyle(_:)
- luminanceToAlpha()
- mask(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- menuStyle(_:)
- minimumScaleFactor(_:)
- modifier(_:)
- moveDisabled(_:)
- multilineTextAlignment(_:)
- navigationBarBackButtonHidden(_:)
- navigationBarHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationViewStyle(_:)
- offset(_:)
- offset(x:y:)
- onAppear(perform:)
- onChange(of:perform:)
- onContinueUserActivity(_:perform:)
- onDisappear(perform:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onExitCommand(perform:)
- onHover(perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onMoveCommand(perform:)
- onOpenURL(perform:)
- onPreferenceChange(_:perform:)
- onReceive(_:perform:)
- onTapGesture(count:perform:)
- opacity(_:)
- overlay(_:alignment:)
- overlayPreferenceValue(_:_:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- pageCommand(value:in:step:)
- pickerStyle(_:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- position(_:)
- position(x:y:)
- preference(key:value:)
- preferredColorScheme(_:)
- previewContext(_:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- progressViewStyle(_:)
- projectionEffect(_:)
- redacted(reason:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- rotationEffect(_:anchor:)
- saturation(_:)
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- scaledToFill()
- scaledToFit()
- shadow(color:radius:x:y:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- signInWithAppleButtonStyle(_:)
- simultaneousGesture(_:including:)
- statusBar(hidden:)
- tabItem(_:)
- tabViewStyle(_:)
- tag(_:)
- textCase(_:)
- textContentType(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- toolbar(content:)
- toolbar(content:)
- toolbar(id:content:)
- transaction(_:)
- transformAnchorPreference(key:value:transform:)
- transformEffect(_:)
- transformEnvironment(_:transform:)
- transformPreference(_:_:)
- transition(_:)
- truncationMode(_:)
- unredacted()
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- zIndex(_:)
- SignInWithAppleButton.Label
- SignInWithAppleButton.Style
Network
- NWBrowser
-
Security Options
- sec_protocol_options_set_tls_server_name(_:_:)
- sec_protocol_options_add_tls_application_protocol(_:_:)
- sec_protocol_metadata_get_negotiated_protocol(_:)
- sec_protocol_metadata_get_server_name(_:)
- sec_protocol_metadata_create_secret(_:_:_:_:)
- sec_protocol_metadata_create_secret_with_context(_:_:_:_:_:_:)
- NWPath
- nw_path_unsatisfied_reason_t
- Network Constants
-
Network Functions
- nw_advertise_descriptor_create_bonjour_service(_:_:_:)
- nw_browse_descriptor_create_bonjour_service(_:_:)
- nw_browse_descriptor_get_bonjour_service_domain(_:)
- nw_browse_descriptor_get_bonjour_service_type(_:)
- nw_connection_copy_description(_:)
- nw_content_context_create(_:)
- nw_content_context_get_identifier(_:)
- nw_endpoint_copy_address_string(_:)
- nw_endpoint_copy_port_string(_:)
- nw_endpoint_create_bonjour_service(_:_:_:)
- nw_endpoint_create_host(_:_:)
- nw_endpoint_create_url(_:)
- nw_endpoint_get_bonjour_service_domain(_:)
- nw_endpoint_get_bonjour_service_name(_:)
- nw_endpoint_get_bonjour_service_type(_:)
- nw_endpoint_get_hostname(_:)
- nw_endpoint_get_url(_:)
- nw_framer_create_definition(_:_:_:)
- nw_framer_message_access_value(_:_:_:)
- nw_framer_message_copy_object_value(_:_:)
- nw_framer_message_set_object_value(_:_:_:)
- nw_framer_message_set_value(_:_:_:_:)
- nw_interface_get_name(_:)
- nw_listener_create_with_port(_:_:)
- nw_path_get_unsatisfied_reason(_:)
- nw_privacy_context_create(_:)
- nw_txt_record_access_key(_:_:_:)
- nw_txt_record_find_key(_:_:)
- nw_txt_record_remove_key(_:_:)
- nw_txt_record_set_key(_:_:_:_:)
- nw_ws_options_add_additional_header(_:_:_:)
- nw_ws_options_add_subprotocol(_:_:)
- nw_ws_request_enumerate_additional_headers(_:_:)
- nw_ws_request_enumerate_subprotocols(_:_:)
- nw_ws_response_add_additional_header(_:_:_:)
- nw_ws_response_create(_:_:)
- nw_ws_response_enumerate_additional_headers(_:_:)
- nw_ws_response_get_selected_subprotocol(_:)
-
Network Type Aliases
- nw_advertise_descriptor_t
- nw_browse_descriptor_t
- nw_browse_result_t
- nw_browser_t
- nw_connection_t
- nw_content_context_t
-
nw_endpoint_t
- nw_endpoint_create_host(_:_:)
- nw_endpoint_get_hostname(_:)
- nw_endpoint_copy_port_string(_:)
- nw_endpoint_copy_address_string(_:)
- nw_endpoint_copy_port_string(_:)
- nw_endpoint_create_bonjour_service(_:_:_:)
- nw_endpoint_get_bonjour_service_name(_:)
- nw_endpoint_get_bonjour_service_type(_:)
- nw_endpoint_get_bonjour_service_domain(_:)
- nw_endpoint_create_url(_:)
- nw_endpoint_get_url(_:)
- nw_interface_t
- nw_listener_t
- nw_parameters_t
- nw_privacy_context_t
- nw_txt_record_access_key_t
- nw_txt_record_applier_t
- nw_txt_record_t
- nw_ws_additional_header_enumerator_t
- nw_ws_subprotocol_enumerator_t
Device Management
-
Profile-Specific Payload Keys
- CommonPayloadKeys
- AirPlay
- AppStore
- ExtensibleSingleSignOnKerberos
- CertificateRevocation
- CertificateTransparency
- ExchangeActiveSync
- EducationConfiguration
- Cellular
- WiFi
- ParentalControlsApplicationRestrictions
- ParentalControlsGameCenter
- PrivacyPreferencesPolicyControl
- GlobalHTTPProxy
- Restrictions
- SystemPolicyKernelExtensions
- SoftwareUpdate
- Accessibility
- Desktop
- Finder
- AppLayerVPN
- VPN
- WebClip
- WebContentFilter
- Commands and Queries
- Device Assignment
- Roster Management
- App and Book Management
MetricKit
- MXMetricManager
- MXMetricPayload
- MXDiagnosticPayload
- MXCellularConditionMetric
- MXCPUMetric
- MXDisplayMetric
- MXGPUMetric
- MXLocationActivityMetric
- MXNetworkTransferMetric
- MXCPUExceptionDiagnostic
- MXAppExitMetric
- MXAppRunTimeMetric
- MXMemoryMetric
- MXCrashDiagnostic
- MXAnimationMetric
- MXAppLaunchMetric
- MXAppResponsivenessMetric
- MXHangDiagnostic
- MXDiskIOMetric
- MXDiskWriteExceptionDiagnostic
- MXSignpostMetric
- MXCallStackTree
- MXMetaData
- MXAverage
- MXHistogram
- MXDiagnostic
- MXMetric
DriverKit
Endpoint Security
Execution Policy
System Extensions
USBDriverKit
HIDDriverKit
- IOUserHIDEventDriver
- IOUserHIDEventService
- IOHIDEventService
- IOHIDInterface
- IOUserUSBHostHIDDevice
- IOHIDDevice
- IOHIDElement
- IOHIDDigitizerCollection
- HIDDriverKit Enumerations
IOUSBHost
- IOUSBHostInterface
- IOUSBHostPipe
- IOUSBHostStream
- IOUSBHostDevice
- IOUSBHostObject
- IOUSBHostIOSource
- IOUSBHostCIControllerStateMachine
- IOUSBHostCIDeviceStateMachine
- IOUSBHostCIEndpointStateMachine
- IOUSBHostCIPortStateMachine
- IOUSBHostControllerInterface
- IOUSBHost Functions
Kernel
- IOKit Fundamentals
- Hardware Families
- Driver Support
- architecture
- kern
- Strings
- mach
- Deprecated Symbols
-
Kernel Functions
- IOMallocPageableZero
- IOUSBHostCIDeviceSpeedToString
- IOUSBHostCILinkStateToString
- IOUSBHostCIMessageStatusToString
- IOUSBHostCIMessageTypeToString
- bufattr_expeditedmeta
- bufattr_markexpeditedmeta
- check_task_access_with_flavor
- check_task_access_with_flavor
- copy16
- copy32
- copy8
- cpuid_vmm_family
- experiment_factor_int64_handler
- experiment_factor_int_handler
- experiment_factor_long_handler
- experiment_factor_uint64_handler
- experiment_factor_uint_handler
- experiment_factor_ulong_handler
- hv_resume
- hv_trace_guest_error
- hv_trace_guest_exit
- hvg_hcall_trigger_dump
- iocompressionstats_notification
- iocompressionstats_notification_server
- iocompressionstats_notification_server_routine
- ipc_port_valid
- load16
- load2
- load32
- load4
- load64
- load8
- lz4_decode
- lz4_decode_asm
- lz4_encode_2gb
- lz4raw_decode_buffer
- lz4raw_encode_buffer
- mach_task_is_self
- mach_vm_remap_new
- ml_cpu_init_completed
- store16
- store2
- store32
- store4
- store64
- store8
- task_create_identity_token
- task_dyld_process_info_notify_deregister
- task_dyld_process_info_notify_register
- task_get_exception_ports_info
- task_identity_token_get_task_port
- thread_get_exception_ports_info
- throttle_thread_io_tier_above_metadata
- vfs_get_thread_fs_private
- vfs_set_thread_fs_private
- vm_remap_new
- Kernel Structures
-
Kernel Data Types
- IONVRAMOperation
- IONVRAMVariableType
- dyld_shared_cache_loadinfo
- exception_handler_info_array_t
- exception_handler_info_t
- exception_port_info_array_t
- experiment_spec
- intmax_t
- iocompressionstats_notification_subsystem
- iocs_store_buffer_entry
- mbstat
- packed_uchar16
- packed_uchar32
- packed_uchar64
- packed_ushort4
- stackshot_duration_v2
- task_id_token_t
- uintmax_t
- vector_int2
- vector_int4
- vector_int8
- vector_uchar16
- vector_uchar32
- vector_uchar64
- vector_uchar8
- vector_uint4
- vector_ushort4
- Kernel Enumerations
- Kernel Constants
Apple CryptoKit
OSLog
- OSLogStore
- OSLogEnumerator
- OSLogEntry
- OSLogEntryActivity
- OSLogEntryBoundary
- OSLogEntryLog
- OSLogEntrySignpost
- OSLogMessageComponent
- OSLogPosition
App Tracking Transparency
Exposure Notification
-
ENManager
- activityHandler
- ENActivityHandler
- ENActivityFlags
- detectExposures(configuration:diagnosisKeyURLs:completionHandler:)
- detectExposures(configuration:completionHandler:)
- getExposureWindows(summary:completionHandler:)
- ENGetExposureWindowsHandler
- getUserTraveled(completionHandler:)
- ENGetUserTraveledHandler
- getExposureInfo(summary:userExplanation:completionHandler:)
- getDiagnosisKeys(completionHandler:)
- ENTemporaryExposureKey
- requestPreAuthorizedDiagnosisKeys(completionHandler:)
- preAuthorizeDiagnosisKeys(completionHandler:)
- ENDiagnosisKeysAvailableHandler
- diagnosisKeysAvailableHandler
-
ENExposureConfiguration
- immediateDurationWeight
- mediumDurationWeight
- nearDurationWeight
- otherDurationWeight
- daysSinceLastExposureThreshold
- infectiousnessForDaysSinceOnsetOfSymptoms
- infectiousnessHighWeight
- infectiousnessStandardWeight
- ENDaysSinceOnsetOfSymptomsUnknown
- reportTypeConfirmedClinicalDiagnosisWeight
- reportTypeConfirmedTestWeight
- reportTypeRecursiveWeight
- reportTypeSelfReportedWeight
- reportTypeNoneMap
- Exposure Risk Value Calculation in ExposureNotification Version 1
- ENExposureWindow
- ENScanInstance
- Exposure Parameter Limits
- ENExposureDetectionSummary
- ENExposureDaySummary
- ENExposureSummaryItem
- ENAuthorizationStatus
- ENStatus
-
ENError
- errorUserInfo
- localizedDescription
- errorCode
- apiMisuse
- badFormat
- badParameter
- bluetoothOff
- errorDomain
- insufficientMemory
- insufficientStorage
- internal
- invalidated
- notAuthorized
- notEnabled
- notEntitled
- rateLimited
- restricted
- unknown
- unsupported
- dataInaccessible
- travelStatusNotAvailable
- ENError.Code
- !=(_:_:)
- ==(_:_:)
- init(_:userInfo:)
- code
- hashValue
- userInfo
- hash(into:)
- ENError.Code
- ENErrorDomain
- ENErrorHandler
ML Compute
- MLCTensor
-
Layers
- MLCActivationLayer
- MLCMultiheadAttentionLayer
- MLCSoftmaxLayer
- MLCArithmeticLayer
- MLCReductionLayer
- MLCMatMulLayer
- MLCFullyConnectedLayer
- MLCGramMatrixLayer
- MLCTransposeLayer
- MLCConcatenationLayer
- MLCReshapeLayer
- MLCSliceLayer
- MLCSplitLayer
- MLCPaddingLayer
- MLCLayerNormalizationLayer
- MLCBatchNormalizationLayer
- MLCGroupNormalizationLayer
- MLCInstanceNormalizationLayer
- MLCDropoutLayer
- MLCConvolutionLayer
- MLCLSTMLayer
- MLCPoolingLayer
- MLCUpsampleLayer
- MLCEmbeddingLayer
- MLCLossLayer
- MLCYOLOLossLayer
- MLCLayer
- Training and Validation
- MLCComparisonLayer
- MLCGatherLayer
- MLCScatterLayer
- MLCSelectionLayer
-
MLCompute Enumerations
-
MLCComparisonOperation
- MLCComparisonOperation.equal
- MLCComparisonOperation.greater
- MLCComparisonOperation.greaterOrEqual
- MLCComparisonOperation.less
- MLCComparisonOperation.lessOrEqual
- MLCComparisonOperation.logicalAND
- MLCComparisonOperation.logicalNAND
- MLCComparisonOperation.logicalNOR
- MLCComparisonOperation.logicalNOT
- MLCComparisonOperation.logicalOR
- MLCComparisonOperation.logicalXOR
- MLCComparisonOperation.notEqual
- debugDescription
-
MLCComparisonOperation
- MLCompute Functions
Nearby Interaction
Paravirtualized Graphics
SCSIControllerDriverKit
- com.apple.developer.driverkit.family.scsicontroller
-
IOUserSCSIParallelInterfaceController
- UserInitializeController
- UserStartController
- UserProcessParallelTask
-
SCSIUserParallelTask
- version
- SCSIUserParallelTaskVersion
- fTargetID
- fSCSIParallelFeatureRequest
- SCSIParallelFeatureRequest
- fSCSIParallelFeatureRequestCount
- fControllerTaskIdentifier
- fRequestedTransferCount
- fBufferIOVMAddr
- fTaskAttribute
- fTaskTagIdentifier
- fLogicalUnitBytes
- fCommandDescriptorBlock
- fCommandSize
- fTransferDirection
- reserved
- ParallelTaskCompletion
- SCSIUserParallelResponse
- UserInitializeTargetForID
- UserCreateTargetForID
- UserDestroyTargetForID
- UserTargetPresentForID
- UserSetTargetProperties
- UserRemoveTargetProperties
- UserAbortTaskRequest
- UserAbortTaskSetRequest
- UserClearACARequest
- UserClearTaskSetRequest
- UserLogicalUnitResetRequest
- UserTargetResetRequest
- UserReportInitiatorIdentifier
- UserReportHighestSupportedDeviceID
- UserReportMaximumTaskCount
- UserDoesHBAPerformDeviceManagement
- UserReportHBAHighestLogicalUnitNumber
- UserDoesHBAPerformAutoSense
- UserDoesHBASupportMultiPathing
- UserDoesHBASupportSCSIParallelFeature
- SCSIParallelFeature
- UserMapHBAData
- UserSetHBAProperties
- UserRemoveHBAProperties
- UserReportHBAConstraints
- UserGetDMASpecification
- DMAOutputSegmentType
- kIOServicePowerCapabilityPause
SensorKit
- SRSensorReader
- SRFetchRequest
- SRFetchResult
- SRAmbientLightSample
- SRVisit
- SRWristDetection
- SRKeyboardMetrics
- SRDeviceUsageReport
- SRMessagesUsageReport
- SRPhoneUsageReport
- SRDeletionRecord
App Store Server Notifications
PCIDriverKit
System
Uniform Type Identifiers
Kernel Management
Virtualization
- VZVirtualMachineConfiguration
- VZLinuxBootLoader
- VZBootLoader
- VZVirtualMachine
- Memory
- Network
- Sockets
- Serial Ports
- Storage
- Randomization
- VZError
- VZError.Code
Apple Pay on the Web
App Store Connect API
-
Users
- List Users
- Read User Information
- Modify a User Account
- Remove a User Account
- List All Apps Visible to a User
- Get All Visible App Resource IDs for a User
- Add Visible Apps to a User
- Replace the List of Visible Apps for a User
- Remove Visible Apps from a User
- User
- UserUpdateRequest
- UserResponse
- UsersResponse
- UserVisibleAppsLinkagesRequest
- UserVisibleAppsLinkagesResponse
- UserRole
- User Invitations
-
Bundle IDs
- Register a New Bundle ID
- Modify a Bundle ID
- Delete a Bundle ID
- List Bundle IDs
- Read Bundle ID Information
- Read the App Information of a Bundle ID
- List All Profiles for a Bundle ID
- List All Capabilities for a Bundle ID
- BundleId
- BundleIdPlatform
- BundleIdCreateRequest
- BundleIdUpdateRequest
- BundleIdResponse
- BundleIdsResponse
- Bundle ID Capabilities
- Certificates
- Devices
-
Profiles
- Create a Profile
- Delete a Profile
- List and Download Profiles
- Read and Download Profile Information
- Read the Bundle ID in a Profile
- List All Certificates in a Profile
- List All Devices in a Profile
- Profile
- ProfileCreateRequest
- ProfileResponse
- ProfilesResponse
-
Apps
- List Apps
- Read App Information
- Modify an App
- List All Builds of an App
- List All Prerelease Versions for an App
- List All Beta Groups for an App
- Remove Beta Testers from All Groups and Builds of an App
- Read the Beta App Review Details Resource of an App
- Read the Beta License Agreement of an App
- List All Beta App Localizations of an App
- List All App Infos for an App
- List All App Store Versions for an App
- List All Prices for an App
- List All Available Territories for an App
- Read the Pre-Order Information of an App
- Read the End User License Agreement Information of an App
- List All In-App Purchases for an App
- Read In-App Purchase Information
- Get Power and Performance Metrics for an App
-
App
- App.Attributes
-
App.Relationships
- App.Relationships.AppInfos
- App.Relationships.AppStoreVersions
- App.Relationships.AvailableTerritories
- App.Relationships.BetaAppLocalizations
- App.Relationships.BetaAppReviewDetail
- App.Relationships.BetaGroups
- App.Relationships.BetaLicenseAgreement
- App.Relationships.Builds
- App.Relationships.EndUserLicenseAgreement
- App.Relationships.GameCenterEnabledVersions
- App.Relationships.PreOrder
- App.Relationships.PreReleaseVersions
- App.Relationships.Prices
- App.Relationships.InAppPurchases
- AppUpdateRequest
- AppResponse
- AppsResponse
- InAppPurchase
- InAppPurchaseResponse
- InAppPurchasesResponse
- AppBetaTestersLinkagesRequest
- Platform
-
App Metadata
-
App Infos
- Read App Info Information
- List All App Infos for an App
- List All App Info Localizations for an App Info
- Modify an App Info
-
App Categories and Subcategories
- Read the Primary Category Information of an App Info
- Read the Secondary Category Information of an App Info
- Read the Primary Subcategory One Information of an App Info
- Read the Primary Subcategory Two Information of an App Info
- Read the Secondary Subcategory One Information of an App Info
- Read the Secondary Subcategory Two Information of an App Info
- List All App Info Localizations for an App Info
-
AppInfo
- AppInfo.Attributes
-
AppInfo.Relationships
- AppInfo.Relationships.App
- AppInfo.Relationships.AppInfoLocalizations
- AppInfo.Relationships.PrimaryCategory
- AppInfo.Relationships.PrimarySubcategoryOne
- AppInfo.Relationships.PrimarySubcategoryTwo
- AppInfo.Relationships.SecondaryCategory
- AppInfo.Relationships.SecondarySubcategoryOne
- AppInfo.Relationships.SecondarySubcategoryTwo
- AppInfoResponse
- AppInfosResponse
-
AppInfoUpdateRequest
-
AppInfoUpdateRequest.Data
-
AppInfoUpdateRequest.Data.Relationships
- AppInfoUpdateRequest.Data.Relationships.PrimaryCategory
- AppInfoUpdateRequest.Data.Relationships.PrimarySubcategoryOne
- AppInfoUpdateRequest.Data.Relationships.PrimarySubcategoryTwo
- AppInfoUpdateRequest.Data.Relationships.SecondaryCategory
- AppInfoUpdateRequest.Data.Relationships.SecondarySubcategoryOne
- AppInfoUpdateRequest.Data.Relationships.SecondarySubcategoryTwo
-
AppInfoUpdateRequest.Data.Relationships
-
AppInfoUpdateRequest.Data
-
App Info Localizations
- List All App Info Localizations for an App Info
- Read App Info Localization Information
- Create an App Info Localization
- Modify an App Info Localization
- Delete an App Info Localization
- AppInfoLocalization
- AppInfoLocalizationCreateRequest
- AppInfoLocalizationResponse
- AppInfoLocalizationUpdateRequest
- AppInfoLocalizationsResponse
-
App Store Versions
- List All App Store Versions for an App
- Read App Store Version Information
- Create an App Store Version
- Modify an App Store Version
- Delete an App Store Version
- Read the Build Information of an App Store Version
- Get the Build ID for an App Store Version
- Modify the Build for an App Store Version
- List All App Store Version Localizations for an App Store Version
- Read the App Store Version Submission Information of an App Store Version
- Read the App Store Review Details Resource Information of an App Store Version
- Read the App Store Version Phased Release Information of an App Store Version
- Read the Age Rating Declaration Information of an App Store Version
- Read the Routing App Coverage Information of an App Store Version
- Read the IDFA Declaration Information of an App Store Version
- AppStoreVersionUpdateRequest
- AgeRatingDeclaration
-
AppStoreVersion
- AppStoreVersion.Attributes
-
AppStoreVersion.Relationships
- AppStoreVersion.Relationships.AgeRatingDeclaration
- AppStoreVersion.Relationships.App
- AppStoreVersion.Relationships.AppStoreReviewDetail
- AppStoreVersion.Relationships.AppStoreVersionLocalizations
- AppStoreVersion.Relationships.AppStoreVersionPhasedRelease
- AppStoreVersion.Relationships.AppStoreVersionSubmission
- AppStoreVersion.Relationships.Build
- AppStoreVersion.Relationships.IdfaDeclaration
- AppStoreVersion.Relationships.RoutingAppCoverage
- AppStoreVersionResponse
- AppStoreVersionsResponse
- AppStoreVersionCreateRequest
- AppStoreVersionBuildLinkageRequest
- AppStoreVersionBuildLinkageResponse
- AppStoreVersionState
-
App Store Version Localizations
- List All App Store Version Localizations for an App Store Version
- Read App Store Version Localization Information
- Create an App Store Version Localization
- Modify an App Store Version Localization
- Delete an App Store Version Localization
- List All App Screenshot Sets for an App Store Version Localization
- List All App Preview Sets for an App Store Version Localization
- AppStoreVersionLocalization
- AppStoreVersionLocalizationCreateRequest
- AppStoreVersionLocalizationResponse
- AppStoreVersionLocalizationsResponse
- AppStoreVersionLocalizationUpdateRequest
-
Routing App Coverages
- Read the Routing App Coverage Information of an App Store Version
- Read Routing App Coverage Information
- Create a Routing App Coverage
- Modify a Routing App Coverage
- Delete a Routing App Coverage
- RoutingAppCoverage
- RoutingAppCoverageCreateRequest
- RoutingAppCoverageResponse
- RoutingAppCoverageUpdateRequest
- AppMediaStateError
- AppMediaAssetState
-
App Screenshot Sets
- Read App Screenshot Set Information
- Create an App Screenshot Set
- Delete an App Screenshot Set
- Get All App Screenshot IDs for an App Screenshot Set
- List All App Screenshots for an App Screenshot Set
- Replace All App Screenshots for an App Screenshot Set
- AppScreenshotSet
- AppScreenshotSetCreateRequest
- AppScreenshotSetResponse
- AppScreenshotSetsResponse
- AppScreenshotSetAppScreenshotsLinkagesRequest
- AppScreenshotSetAppScreenshotsLinkagesResponse
- ScreenshotDisplayType
-
App Screenshots
- List All App Screenshots for an App Screenshot Set
- Read App Screenshot Information
- Create an App Screenshot
- Modify an App Screenshot
- Delete an App Screenshot
- AppScreenshot
- AppScreenshotCreateRequest
- AppScreenshotUpdateRequest
- AppScreenshotResponse
- AppScreenshotsResponse
- UploadOperation
- UploadOperationHeader
-
App Preview Sets
- Read App Preview Set Information
- Create an App Preview Set
- Delete an App Preview Set
- List All App Previews for an App Preview Set
- Get All App Preview IDs for an App Preview Set
- Replace All App Previews for an App Preview Set
- AppPreviewSet
- AppPreviewSetCreateRequest
- AppPreviewSetResponse
- AppPreviewSetsResponse
- AppPreviewSetAppPreviewsLinkagesRequest
- AppPreviewSetAppPreviewsLinkagesResponse
- App Previews
- App Categories
- Age Rating Declarations
-
End User License Agreements (EULA)
- Create an End User License Agreement
- Modify an End User License Agreement
- Delete an End User License Agreement
- Read End User License Agreement Information
- Read the End User License Agreement Information of an App
- List All Territories for an End User License Agreement
- EndUserLicenseAgreement
- EndUserLicenseAgreementCreateRequest
- EndUserLicenseAgreementUpdateRequest
- EndUserLicenseAgreementResponse
-
Game Center Enabled Versions
- List All Game Center Enabled Versions for an App
- List All Compatible Versions for a Game Center Enabled Version
- Get All Compatible Version IDs for a Game Center Enabled Version
- Add Compatible Versions to a Game Center Enabled Version
- Replace All Compatible Versions for a Game Center Enabled Version
- Remove Compatible Versions from a Game Center Enabled Version
- GameCenterEnabledVersion
- GameCenterEnabledVersionCompatibleVersionsLinkagesRequest
- GameCenterEnabledVersionCompatibleVersionsLinkagesResponse
- GameCenterEnabledVersionsResponse
-
App Infos
-
Builds
- List Builds
- Read Build Information
- Read the App Information of a Build
- Read the App Store Version Information of a Build
- Read the Prerelease Version of a Build
- Modify a Build
- Assign the App Encryption Declaration for a Build
- Add Access for Beta Groups to a Build
- Remove Access for Beta Groups to a Build
- Assign Individual Testers to a Build
- Remove Individual Testers from a Build
- List All Individual Testers for a Build
- Get All Resource IDs of Individual Testers for a Build
- Read the Beta App Review Submission of a Build
- Read the Build Beta Details Information of a Build
- Read the App Encryption Declaration of a Build
- Get the App Encryption Declaration ID for a Build
- List All Beta Build Localizations of a Build
-
Build
-
Build.Relationships
- Build.Relationships.App
- Build.Relationships.AppEncryptionDeclaration
- Build.Relationships.AppStoreVersion
- Build.Relationships.BetaBuildLocalizations
- Build.Relationships.BuildBetaDetail
- Build.Relationships.Icons
- Build.Relationships.IndividualTesters
- Build.Relationships.PreReleaseVersion
- Build.Relationships.BetaAppReviewSubmission
-
Build.Relationships
- BuildResponse
- BuildsResponse
- BuildUpdateRequest
- BuildAppEncryptionDeclarationLinkageRequest
- BuildAppEncryptionDeclarationLinkageResponse
- BuildIndividualTestersLinkagesRequest
- BuildIndividualTestersLinkagesResponse
- BuildBetaGroupsLinkagesRequest
- Build Icons
-
App Encryption Declarations
- List App Encryption Declarations
- Read App Encryption Declaration Information
- Read the App Information of an App Encryption Declaration
- Assign Builds to an App Encryption Declaration
- AppEncryptionDeclaration
- AppEncryptionDeclarationBuildsLinkagesRequest
- AppEncryptionDeclarationResponse
- AppEncryptionDeclarationsResponse
-
Prerelease Versions and Beta Testers
-
Beta Testers
- Create a Beta Tester
- Delete a Beta Tester
- List Beta Testers
- Read Beta Tester Information
- Add a Beta Tester to Beta Groups
- Remove a Beta Tester from Beta Groups
- Individually Assign a Beta Tester to Builds
- Individually Unassign a Beta Tester from Builds
- Remove a Beta Tester’s Access to Apps
- List All Apps for a Beta Tester
- Get All App Resource IDs for a Beta Tester
- List All Builds Individually Assigned to a Beta Tester
- Get All IDs of Builds Individually Assigned to a Beta Tester
- List All Beta Groups to Which a Beta Tester Belongs
- Get All Beta Group IDs of a Beta Tester's Groups
- BetaTester
- BetaTesterAppsLinkagesRequest
- BetaTesterAppsLinkagesResponse
- BetaTesterBetaGroupsLinkagesRequest
- BetaTesterBetaGroupsLinkagesResponse
- BetaTesterBuildsLinkagesRequest
- BetaTesterBuildsLinkagesResponse
- BetaTesterCreateRequest
- BetaTesterResponse
- BetaTestersResponse
- Beta Tester Invitations
-
Beta Groups
- Create a Beta Group
- Modify a Beta Group
- Delete a Beta Group
- List Beta Groups
- Read Beta Group Information
- Read the App Information of a Beta Group
- Add Beta Testers to a Beta Group
- Remove Beta Testers from a Beta Group
- Add Builds to a Beta Group
- Remove Builds from a Beta Group
- List All Builds for a BetaGroup
- Get All Build IDs in a Beta Group
- List All Beta Testers in a BetaGroup
- Get All Beta Tester IDs in a Beta Group
- BetaGroup
- BetaGroupResponse
- BetaGroupCreateRequest
- BetaGroupUpdateRequest
- BetaGroupBuildsLinkagesRequest
- BetaGroupBetaTestersLinkagesRequest
- BetaGroupBetaTestersLinkagesResponse
- BetaGroupBuildsLinkagesResponse
- BetaGroupsResponse
- Prerelease Versions
-
Beta App Localizations
- List Beta App Localizations
- Read Beta App Localization Information
- Read the App Information of a Beta App Localization
- Create a Beta App Localization
- Modify a Beta App Localization
- Delete a Beta App Localization
- BetaAppLocalization
- BetaAppLocalizationCreateRequest
- BetaAppLocalizationResponse
- BetaAppLocalizationUpdateRequest
- BetaAppLocalizationsResponse
- Beta License Agreements
-
Builds
- List Builds
- Read Build Information
- Read the App Information of a Build
- Read the App Store Version Information of a Build
- Read the Prerelease Version of a Build
- Modify a Build
- Assign the App Encryption Declaration for a Build
- Add Access for Beta Groups to a Build
- Remove Access for Beta Groups to a Build
- Assign Individual Testers to a Build
- Remove Individual Testers from a Build
- List All Individual Testers for a Build
- Get All Resource IDs of Individual Testers for a Build
- Read the Beta App Review Submission of a Build
- Read the Build Beta Details Information of a Build
- Read the App Encryption Declaration of a Build
- Get the App Encryption Declaration ID for a Build
- List All Beta Build Localizations of a Build
-
Build
-
Build.Relationships
- Build.Relationships.App
- Build.Relationships.AppEncryptionDeclaration
- Build.Relationships.AppStoreVersion
- Build.Relationships.BetaBuildLocalizations
- Build.Relationships.BuildBetaDetail
- Build.Relationships.Icons
- Build.Relationships.IndividualTesters
- Build.Relationships.PreReleaseVersion
- Build.Relationships.BetaAppReviewSubmission
-
Build.Relationships
- BuildResponse
- BuildsResponse
- BuildUpdateRequest
- BuildAppEncryptionDeclarationLinkageRequest
- BuildAppEncryptionDeclarationLinkageResponse
- BuildIndividualTestersLinkagesRequest
- BuildIndividualTestersLinkagesResponse
- BuildBetaGroupsLinkagesRequest
- Build Beta Details
-
Beta Build Localizations
- List Beta Build Localizations
- Read Beta Build Localization Information
- Read the Build Information of a Beta Build Localization
- Create a Beta Build Localization
- Modify a Beta Build Localization
- Delete a Beta Build Localization
- BetaBuildLocalization
- BetaBuildLocalizationResponse
- BetaBuildLocalizationCreateRequest
- BetaBuildLocalizationUpdateRequest
- BetaBuildLocalizationsResponse
- Build Beta Notifications
- Beta App Review Detail
- Beta App Review Submissions
-
Beta Testers
- App Prices
- Territories
-
App Price Reference Data
- List App Price Tiers
- Read App Price Tier Information
- List All Price Points for an App Price Tier
- List App Price Points
- Read the Territory Information of an App Price Point
- Read App Price Point Information
- AppPriceTier
- AppPriceTierResponse
- AppPriceTiersResponse
- AppPricePoint
- AppPricePointResponse
- AppPricePointsResponse
- Advertising Identifier (IDFA) Declarations
-
App Store Review Details
- Create an App Store Review Detail
- Read App Store Review Detail Information
- Modify an App Store Review Detail
- AppStoreReviewDetail
- AppStoreReviewDetailCreateRequest
- AppStoreReviewDetailUpdateRequest
- AppStoreReviewDetailResponse
-
App Store Review Attachments
- Read App Store Review Attachment Information
- List All Review Attachments for an App Store Review Detail
- Create an App Store Review Attachment
- Commit an App Store Review Attachment
- Delete an App Store Review Attachment
- AppStoreReviewAttachment
- AppStoreReviewAttachmentCreateRequest
- AppStoreReviewAttachmentResponse
- AppStoreReviewAttachmentUpdateRequest
- AppStoreReviewAttachmentsResponse
- App Store Version Submissions
-
App Store Version Phased Releases
- Create an App Store Version Phased Release
- Modify an App Store Version Phased Release
- Delete an App Store Version Phased Release
- AppStoreVersionPhasedRelease
- AppStoreVersionPhasedReleaseCreateRequest
- AppStoreVersionPhasedReleaseResponse
- AppStoreVersionPhasedReleaseUpdateRequest
- PhasedReleaseState
- App Pre-Orders
- Sales and Finance Reports
-
Power and Performance Metrics and Logs
- Get Power and Performance Metrics for an App
- Get Power and Performance Metrics for a Build
- List All Diagnostic Signatures for a Build
- Download Logs for a Diagnostic Signature
- DiagnosticLog
- DiagnosticLogsResponse
- DiagnosticSignature
- DiagnosticSignaturesResponse
- PerfPowerMetric
- PerfPowerMetricsResponse
- Large Data Sets
- ErrorResponse
Link Presentation
MapKit JS
-
mapkit
- MapKitInitOptions
- addEventListener
- removeEventListener
-
mapkit.Map
- mapkit.Map
- MapConstructorOptions
- addEventListener
- removeEventListener
- isRotationAvailable
- isRotationEnabled
- isScrollEnabled
- isZoomEnabled
- setCenterAnimated
- setRegionAnimated
- rotation
- setRotationAnimated
- setVisibleMapRectAnimated
- cameraBoundary
- setCameraBoundaryAnimated
- cameraDistance
- setCameraDistanceAnimated
- cameraZoomRange
- setCameraZoomRangeAnimated
- showsCompass
- showsMapTypeControl
- showsScale
- showsUserLocationControl
- showsZoomControl
- colorScheme
- distances
- mapType
- pointOfInterestFilter
- showsPointsOfInterest
- showItems
- MapShowItemsOptions
- tintColor
- addItems
- removeItems
- showsUserLocation
- tracksUserLocation
- maps
-
Annotations
-
mapkit.Annotation
- AnnotationConstructorOptions
- mapkit.Annotation.CollisionMode
- mapkit.Annotation.DisplayPriority
- addEventListener
- removeEventListener
- title
- subtitle
- appearanceAnimation
- displayPriority
- mapkit.Annotation.DisplayPriority
- padding
- visible
- animates
- draggable
- selected
- enabled
- calloutEnabled
- clusteringIdentifier
- collisionMode
- mapkit.Annotation.CollisionMode
- accessibilityLabel
- AnnotationCalloutDelegate
- mapkit.Annotation.CollisionMode
- mapkit.Annotation.DisplayPriority
- mapkit.MarkerAnnotation
-
mapkit.Annotation
- Overlays
- mapkit.Geocoder
- mapkit.Search
- mapkit.PointOfInterestFilter
- mapkit.PointsOfInterestSearch
-
mapkit.PointOfInterestCategory
- mapkit.PointOfInterestCategory.Airport
- mapkit.PointOfInterestCategory.AmusementPark
- mapkit.PointOfInterestCategory.Aquarium
- mapkit.PointOfInterestCategory.ATM
- mapkit.PointOfInterestCategory.Bakery
- mapkit.PointOfInterestCategory.Bank
- mapkit.PointOfInterestCategory.Beach
- mapkit.PointOfInterestCategory.Brewery
- mapkit.PointOfInterestCategory.Cafe
- mapkit.PointOfInterestCategory.Campground
- mapkit.PointOfInterestCategory.CarRental
- mapkit.PointOfInterestCategory.EVCharger
- mapkit.PointOfInterestCategory.FireStation
- mapkit.PointOfInterestCategory.FitnessCenter
- mapkit.PointOfInterestCategory.FoodMarket
- mapkit.PointOfInterestCategory.GasStation
- mapkit.PointOfInterestCategory.Hospital
- mapkit.PointOfInterestCategory.Hotel
- mapkit.PointOfInterestCategory.Laundry
- mapkit.PointOfInterestCategory.Library
- mapkit.PointOfInterestCategory.Marina
- mapkit.PointOfInterestCategory.MovieTheater
- mapkit.PointOfInterestCategory.Museum
- mapkit.PointOfInterestCategory.NationalPark
- mapkit.PointOfInterestCategory.Nightlife
- mapkit.PointOfInterestCategory.Park
- mapkit.PointOfInterestCategory.Parking
- mapkit.PointOfInterestCategory.Pharmacy
- mapkit.PointOfInterestCategory.Police
- mapkit.PointOfInterestCategory.PostOffice
- mapkit.PointOfInterestCategory.PublicTransport
- mapkit.PointOfInterestCategory.Restaurant
- mapkit.PointOfInterestCategory.Restroom
- mapkit.PointOfInterestCategory.School
- mapkit.PointOfInterestCategory.Stadium
- mapkit.PointOfInterestCategory.Store
- mapkit.PointOfInterestCategory.Theater
- mapkit.PointOfInterestCategory.University
- mapkit.PointOfInterestCategory.Winery
- mapkit.PointOfInterestCategory.Zoo
- mapkit.Directions
- mapkit.Padding
- mapkit.FeatureVisibility
- importGeoJSON
- GeoJSONDelegate
- ItemCollection
- Place
- mapkit.Coordinate
- mapkit.CoordinateRegion
- mapkit.CoordinateSpan
- mapkit.BoundingRegion
- mapkit.MapPoint
- mapkit.MapRect
- mapkit.MapSize
- mapkit.CameraZoomRange
- language
- build
- version